06a65481f6
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mingw-libffi.git#7301c68fbeab257e15e5455635d40913848f89cc
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
|
|
+
|