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