summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gcc/files/3.3.3/gcc-3.3.3-norelro.patch')
-rw-r--r--sys-devel/gcc/files/3.3.3/gcc-3.3.3-norelro.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-devel/gcc/files/3.3.3/gcc-3.3.3-norelro.patch b/sys-devel/gcc/files/3.3.3/gcc-3.3.3-norelro.patch
deleted file mode 100644
index 8da6d30168a5..000000000000
--- a/sys-devel/gcc/files/3.3.3/gcc-3.3.3-norelro.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc-3.3.3/gcc/pie-ssp-chain.h.mps 2004-06-14 22:18:40.000000000 +0200
-+++ gcc-3.3.3/gcc/pie-ssp-chain.h 2004-06-14 22:19:04.000000000 +0200
-@@ -85,7 +85,7 @@
- #endif
-
- #ifdef HAVE_LD_PIE
--#define LINK_PIE_SPEC STD_PIE_TRIGGER( LNK_CHAIN_EXCLUDE( PIE_CHAIN_EXCLUDE(LINKSEC_PIE_LNK) ) ) " " OPP_PIE_TRIGGER() " " STD_RELRO_TRIGGER(LINKSEC_RELRO_LNK) " " OPP_RELRO_TRIGGER() " " STD_NOW_TRIGGER(LINKSEC_NOW_LNK) " " OPP_NOW_TRIGGER()
-+#define LINK_PIE_SPEC STD_PIE_TRIGGER( LNK_CHAIN_EXCLUDE( PIE_CHAIN_EXCLUDE(LINKSEC_PIE_LNK) ) ) " " OPP_PIE_TRIGGER()
- #else
- #error we need ld w/ -pie support
- #endif