diff options
Diffstat (limited to 'gnu-efi/lib/arm/llsl.S')
-rw-r--r-- | gnu-efi/lib/arm/llsl.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-efi/lib/arm/llsl.S b/gnu-efi/lib/arm/llsl.S index 0f5c4078..c556cd1b 100644 --- a/gnu-efi/lib/arm/llsl.S +++ b/gnu-efi/lib/arm/llsl.S @@ -39,3 +39,4 @@ ASM_PFX(__aeabi_llsl): lsl r1,r0,r3 mov r0,#0 bx lr + .section .note.GNU-stack,"a" |