summaryrefslogtreecommitdiff
path: root/gnu-efi/lib/aarch64
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi/lib/aarch64')
-rw-r--r--gnu-efi/lib/aarch64/efi_stub.S1
-rw-r--r--gnu-efi/lib/aarch64/setjmp.S1
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu-efi/lib/aarch64/efi_stub.S b/gnu-efi/lib/aarch64/efi_stub.S
index 464eae58..fa951c92 100644
--- a/gnu-efi/lib/aarch64/efi_stub.S
+++ b/gnu-efi/lib/aarch64/efi_stub.S
@@ -1 +1,2 @@
/* This stub is a stub to make the build happy */
+ .section .note.GNU-stack,"a"
diff --git a/gnu-efi/lib/aarch64/setjmp.S b/gnu-efi/lib/aarch64/setjmp.S
index 46c29b16..ce18bd83 100644
--- a/gnu-efi/lib/aarch64/setjmp.S
+++ b/gnu-efi/lib/aarch64/setjmp.S
@@ -58,3 +58,4 @@ longjmp:
mov w0, #1
csel w0, w1, w0, ne
br x30
+ .section .note.GNU-stack,"a"