summaryrefslogtreecommitdiff
path: root/games-emulation/yabause/files/yabause-0.9.15-RWX.patch
blob: e08a8a7a7d5042d22d8193b06dd5e4aa2fd97787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/sh2_dynarec/linkage_x64.s
+++ b/src/sh2_dynarec/linkage_x64.s
@@ -747,3 +747,7 @@ breakpoint:
 	ret
 	/* Set breakpoint here for debugging */
 	.size	breakpoint, .-breakpoint
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- a/src/sh2_dynarec/linkage_x86.s
+++ b/src/sh2_dynarec/linkage_x86.s
@@ -743,3 +743,7 @@ breakpoint:
 	ret
 	/* Set breakpoint here for debugging */
 	.size	breakpoint, .-breakpoint
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif