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. --- src/setjmp/arm/longjmp.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/setjmp/arm/longjmp.s') diff --git a/src/setjmp/arm/longjmp.s b/src/setjmp/arm/longjmp.s index 7db93e8a..e28d8f31 100644 --- a/src/setjmp/arm/longjmp.s +++ b/src/setjmp/arm/longjmp.s @@ -1,3 +1,4 @@ +.syntax unified .global _longjmp .global longjmp .type _longjmp,%function -- cgit v1.2.1