diff options
Diffstat (limited to 'gnu-efi/lib/arm/setjmp.S')
-rw-r--r-- | gnu-efi/lib/arm/setjmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-efi/lib/arm/setjmp.S b/gnu-efi/lib/arm/setjmp.S index bd61a8d8..851d1d5c 100644 --- a/gnu-efi/lib/arm/setjmp.S +++ b/gnu-efi/lib/arm/setjmp.S @@ -23,3 +23,4 @@ setjmp: .type longjmp, %function longjmp: ldmia r0, {r3-r12,r14} + .section .note.GNU-stack,"a" |