summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/gzip/files/gzip-1.3.7-asm-execstack.patch')
-rw-r--r--app-arch/gzip/files/gzip-1.3.7-asm-execstack.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-arch/gzip/files/gzip-1.3.7-asm-execstack.patch b/app-arch/gzip/files/gzip-1.3.7-asm-execstack.patch
deleted file mode 100644
index 91f3249450a9..000000000000
--- a/app-arch/gzip/files/gzip-1.3.7-asm-execstack.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Ripped from Fedora.
-Include stack markings in the asm code so the final binary
-isn't assumed to require executable markings.
---- gzip-1.3.7/lib/match.c
-+++ gzip-1.3.7/lib/match.c
-@@ -54,6 +54,9 @@
- .globl _match_init
- .globl _longest_match
-
-+ .section .note.GNU-stack, "", @progbits
-+ .previous
-+
- .text
-
- _match_init: