8fe50a94e2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libffi#fdac85aeb043fc5ce78b59c74c22045fa2fa765a
12 lines
254 B
Diff
12 lines
254 B
Diff
--- a/src/aarch64/sysv.S
|
|
+++ b/src/aarch64/sysv.S
|
|
@@ -396,3 +396,8 @@
|
|
#ifdef __ELF__
|
|
.size CNAME(ffi_closure_SYSV), .-CNAME(ffi_closure_SYSV)
|
|
#endif
|
|
+
|
|
+#if defined __ELF__ && defined __linux__
|
|
+ .section .note.GNU-stack,"",%progbits
|
|
+#endif
|
|
+
|