You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/yabause/files/yabause-0.9.14-RWX.patch

25 lines
688 B

--- yabause-0.9.13.orig/src/sh2_dynarec/linkage_x64.s
+++ yabause-0.9.13/src/sh2_dynarec/linkage_x64.s
@@ -747,3 +747,11 @@
ret
/* Set breakpoint here for debugging */
.size breakpoint, .-breakpoint
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- yabause-0.9.13.orig/src/sh2_dynarec/linkage_x86.s
+++ yabause-0.9.13/src/sh2_dynarec/linkage_x86.s
@@ -743,3 +743,7 @@
ret
/* Set breakpoint here for debugging */
.size breakpoint, .-breakpoint
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif