Blame SOURCES/libffi-3.1-aarch64-fix-exec-stack.patch

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