aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2011-12-06 23:20:05 +0100
committerMagnus Granberg <zorry@gentoo.org>2011-12-06 23:20:05 +0100
commit6e384e6622d3c640f7b9aa4cd976a11c141bd400 (patch)
tree5bbebde159a89cabd8612d24ca6fe6d3459eb7ee /gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch
parentAdded the gcc.c patch for upstream rev 1 (diff)
downloadhardened-gccpatchset-6e384e6622d3c640f7b9aa4cd976a11c141bd400.tar.gz
hardened-gccpatchset-6e384e6622d3c640f7b9aa4cd976a11c141bd400.tar.bz2
hardened-gccpatchset-6e384e6622d3c640f7b9aa4cd976a11c141bd400.zip
Fix bugs 380823 and 393321
Diffstat (limited to 'gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch')
-rw-r--r--gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch b/gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch
index 3e49f03..489658f 100644
--- a/gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch
+++ b/gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch
@@ -1,6 +1,6 @@
-2010-05-24 Magnus Granberg <zorry@gentoo.org>
+2011-12-05 Magnus Granberg <zorry@gentoo.org>
- * gcc/config.in Add ENABLE_CRTBEGINTS and ENABLE_ESP
+ * gcc/config.in Add ENABLE_CRTBEGINP and ENABLE_ESP
--- gcc/config.in 2009-04-21 11:08:08.000000000 +0200
+++ gcc/config.in 2009-05-12 00:10:08.000000000 +0200
@@ -8,9 +8,9 @@
#endif
-+/* Define to 1 to enable crtbeginTS.o. */
++/* Define to 1 to enable crtbeginP.o. */
+#ifndef USED_FOR_TARGET
-+#undef ENABLE_CRTBEGINTS
++#undef ENABLE_CRTBEGINP
+#endif
+
+