summarylogtreecommitdiffstats
path: root/stack-noexec.patch
blob: 55bb824115a416875ba41acba79b69a714c8af77 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
diff -ur a/src/asm_ia32/a.asm b/src/asm_ia32/a.asm
--- a/src/asm_ia32/a.asm	2014-09-10 16:00:39.331095163 +0200
+++ b/src/asm_ia32/a.asm	2014-09-10 16:00:50.571095050 +0200
@@ -810,3 +810,13 @@
 GLOBAL _rtext_a_end
 _rtext_a_end:
 %endif
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf32
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf64  
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
diff -ur a/src/asm_ia32/misc.asm b/src/asm_ia32/misc.asm
--- a/src/asm_ia32/misc.asm	2014-09-10 16:00:39.331095163 +0200
+++ b/src/asm_ia32/misc.asm	2014-09-10 16:00:50.571095050 +0200
@@ -198,3 +198,13 @@
 		pop		ebx
 		emms
 		ret
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf32
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf64  
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
diff -ur a/src/asm_ia32/tmap.asm b/src/asm_ia32/tmap.asm
--- a/src/asm_ia32/tmap.asm	2014-09-10 16:00:39.334428497 +0200
+++ b/src/asm_ia32/tmap.asm	2014-09-10 16:00:50.571095050 +0200
@@ -1891,3 +1891,13 @@
 		selfmod rtext_start, rtext_end
 		call	setpitch3
 		jmp		setvlinebpl_
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf32
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf64  
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
diff -ur a/src/asm_ia32/tmap2.asm b/src/asm_ia32/tmap2.asm
--- a/src/asm_ia32/tmap2.asm	2014-09-10 16:00:39.334428497 +0200
+++ b/src/asm_ia32/tmap2.asm	2014-09-10 16:00:50.571095050 +0200
@@ -638,3 +638,13 @@
 GLOBAL _rtext_tmap2_end
 _rtext_tmap2_end:
 %endif
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf32
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf64  
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
diff -ur a/src/asm_ia32/tmap3.asm b/src/asm_ia32/tmap3.asm
--- a/src/asm_ia32/tmap3.asm	2014-09-10 16:00:39.334428497 +0200
+++ b/src/asm_ia32/tmap3.asm	2014-09-10 16:00:50.574428383 +0200
@@ -342,3 +342,13 @@
 GLOBAL _rtext_tmap3_end
 _rtext_tmap3_end:
 %endif
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf32
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+%ifidn __OUTPUT_FORMAT__,elf64
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
diff -ur a/src/asm_x86_64/tmap3.s b/src/asm_x86_64/tmap3.s
--- a/src/asm_x86_64/tmap3.s	2014-09-10 16:00:39.334428497 +0200
+++ b/src/asm_x86_64/tmap3.s	2014-09-10 16:00:50.574428383 +0200
@@ -139,3 +139,4 @@
 		.align 16
 
 
+		.section	.note.GNU-stack,"",@progbits