summaryrefslogtreecommitdiff
blob: b8059f915f6f6a6f40c1dc61f081987535b1f8b2 (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
--- asm/i386/cpu.s
+++ asm/i386/cpu.s
@@ -2428,3 +2428,6 @@
 
 
 
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- asm/i386/lcd.s
+++ asm/i386/lcd.s
@@ -288,3 +288,6 @@
 
 
 
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- asm/i386/refresh.s
+++ asm/i386/refresh.s
@@ -283,3 +283,6 @@
 
 
 
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif