summaryrefslogtreecommitdiff
blob: 40cda597ae7b6ab0cacf80dee6ad60ea34719cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Ripped from Fedora.
Include stack markings in the asm code so the final binary 
isn't assumed to require executable markings.
--- gzip-1.3.5/match.c
+++ gzip-1.3.5/match.c
@@ -54,6 +54,9 @@
 	.globl	_match_init
 	.globl  _longest_match
 
+	.section .note.GNU-stack, "", @progbits
+	.previous
+	
 	.text
 
 _match_init: