From 8c86fb6da0b9c068ee4b4220dee11171e322f67f Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 24 May 2023 09:37:20 -0400 Subject: arm: Use -masm-syntax-unified when compiling with gcc8 or newer Annoyingly, this makes all of the '.S' files we compile get treated as divided syntax, so we need to make the syntax in them explicit. Change-Id: I56a3916b7b24c84a1214a5d6bc4ed4d651f002cf --- lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/rbcodec/codecs/demac/libdemac') diff --git a/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S b/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S index 1d19160a91..514bae2949 100644 --- a/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S +++ b/lib/rbcodec/codecs/demac/libdemac/udiv32_arm.S @@ -29,6 +29,9 @@ ****************************************************************************/ #include "config.h" + +.syntax unified + /* On targets with codec iram, a header file will be generated after an initial link of the APE codec, stating the amount of IRAM remaining for use by the reciprocal lookup table. */ -- cgit v1.2.3