038985d
--- a/src/aarch64/sysv.S
038985d
+++ b/src/aarch64/sysv.S
038985d
@@ -396,3 +396,8 @@
038985d
 #ifdef __ELF__
038985d
         .size CNAME(ffi_closure_SYSV), .-CNAME(ffi_closure_SYSV)
038985d
 #endif
038985d
+
038985d
+#if defined __ELF__ && defined __linux__
038985d
+	.section .note.GNU-stack,"",%progbits
038985d
+#endif
038985d
+