summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gcc/files/3.3.3')
-rw-r--r--sys-devel/gcc/files/3.3.3/gcc-3.3.3-norelro.patch11
-rw-r--r--sys-devel/gcc/files/3.3.3/gcc-3.3.3-uclibc-add-ssp.patch11
2 files changed, 0 insertions, 22 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
diff --git a/sys-devel/gcc/files/3.3.3/gcc-3.3.3-uclibc-add-ssp.patch b/sys-devel/gcc/files/3.3.3/gcc-3.3.3-uclibc-add-ssp.patch
deleted file mode 100644
index 8e52412e3611..000000000000
--- a/sys-devel/gcc/files/3.3.3/gcc-3.3.3-uclibc-add-ssp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc-3.3.3/gcc/config/t-linux-uclibc.mps Mon Apr 26 14:51:40 2004
-+++ gcc-3.3.3/gcc/config/t-linux-uclibc Mon Apr 26 14:51:53 2004
-@@ -6,7 +6,7 @@
- # Compile crtbeginS.o and crtendS.o with pic.
- CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC
- # Compile libgcc2.a with pic.
--TARGET_LIBGCC2_CFLAGS = -fPIC
-+TARGET_LIBGCC2_CFLAGS = -fPIC -DHAVE_SYSLOG
-
- # Override t-slibgcc-elf-ver to export some libgcc symbols with
- # the symbol versions that glibc used.