summaryrefslogtreecommitdiff
blob: a1e93c9b738c83544801cd6e32c02675a1cf5885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- 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