From 4e73d12117e362ad4b82946dc084b4a38f76e54b Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 10 Nov 2015 00:01:55 -0500 Subject: explicitly assemble all arm asm sources as UAL these files are all accepted as legacy arm syntax when producing arm code, but legacy syntax cannot be used for producing thumb2 with access to the full ISA. even after switching to UAL, some asm source files contain instructions which are not valid in thumb mode, so these will need to be addressed separately. --- arch/arm/src/arm/atomics.s | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/src/arm') diff --git a/arch/arm/src/arm/atomics.s b/arch/arm/src/arm/atomics.s index ecf3f05a..5c5b0e3e 100644 --- a/arch/arm/src/arm/atomics.s +++ b/arch/arm/src/arm/atomics.s @@ -1,3 +1,4 @@ +.syntax unified .text .global __a_barrier -- cgit v1.2.1