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-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack....

28 lines
442 B

--- a/src/glouglou.s
+++ b/src/glouglou.s
@@ -240,3 +240,6 @@
ret
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
--- a/src/monster.s
+++ b/src/monster.s
@@ -972,3 +972,6 @@
ret # retour au c
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
--- a/src/spread.s
+++ b/src/spread.s
@@ -957,3 +957,6 @@
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif