aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2011-12-07 19:14:02 +0100
committerMagnus Granberg <zorry@gentoo.org>2011-12-07 19:14:02 +0100
commitcea72843e8a7029ea3ae320f21fa3cf48dd92764 (patch)
tree7b9e0a7f74ac1b17e1a26a1117e68ac406c0ee80
parentFix bugs 380823 and 393321 part2 (diff)
downloadhardened-gccpatchset-cea72843e8a7029ea3ae320f21fa3cf48dd92764.tar.gz
hardened-gccpatchset-cea72843e8a7029ea3ae320f21fa3cf48dd92764.tar.bz2
hardened-gccpatchset-cea72843e8a7029ea3ae320f21fa3cf48dd92764.zip
Fix bugs 380823 and 393321 part3
-rw-r--r--gcc-4.5.0/piepatch/10_all_gcc45_configure.patch4
-rw-r--r--gcc-4.5.0/piepatch/11_all_gcc45_config.in.patch (renamed from gcc-4.5.0/piepatch/11_all_gcc44_config.in.patch)0
-rw-r--r--gcc-4.5.0/piepatch/30_all_gcc45_esp.h.patch (renamed from gcc-4.5.0/piepatch/30_all_gcc44_esp.h.patch)0
-rw-r--r--gcc-4.5.0/piepatch/35_all_gcc45_config_crtbeginp.patch (renamed from gcc-4.5.0/piepatch/35_all_gcc44_config_crtbeginp.patch)0
-rw-r--r--gcc-4.5.0/piepatch/README.history8
-rw-r--r--gcc-4.6.0/piepatch/10_all_gcc45_configure.patch6
-rw-r--r--gcc-4.6.0/piepatch/11_all_gcc45_config.in.patch (renamed from gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch)0
-rw-r--r--gcc-4.6.0/piepatch/12_all_gcc46_Makefile.in.patch2
-rw-r--r--gcc-4.6.0/piepatch/30_all_gcc45_esp.h.patch (renamed from gcc-4.6.0/piepatch/30_all_gcc44_esp.h.patch)0
-rw-r--r--gcc-4.6.0/piepatch/README.history8
10 files changed, 16 insertions, 12 deletions
diff --git a/gcc-4.5.0/piepatch/10_all_gcc45_configure.patch b/gcc-4.5.0/piepatch/10_all_gcc45_configure.patch
index afa7a19..357e63a 100644
--- a/gcc-4.5.0/piepatch/10_all_gcc45_configure.patch
+++ b/gcc-4.5.0/piepatch/10_all_gcc45_configure.patch
@@ -1,4 +1,4 @@
-2011-12-05 Magnus Granberg <zorry@gentoo.org>, Anthony G. Basile <basile@opensource.dyc.edu>
+2011-12-07 Magnus Granberg <zorry@gentoo.org>, Anthony G. Basile <basile@opensource.dyc.edu>
* configure Add --enable-esp. Add-fno-stack-protector
to stage1_cflags.
@@ -73,7 +73,7 @@
GGC
libgcc_visibility
+enable_esp
-+enable_crtbeginTS
++enable_crtbeginP
gcc_cv_readelf
gcc_cv_objdump
ORIGINAL_NM_FOR_TARGET
diff --git a/gcc-4.5.0/piepatch/11_all_gcc44_config.in.patch b/gcc-4.5.0/piepatch/11_all_gcc45_config.in.patch
index a4369ee..a4369ee 100644
--- a/gcc-4.5.0/piepatch/11_all_gcc44_config.in.patch
+++ b/gcc-4.5.0/piepatch/11_all_gcc45_config.in.patch
diff --git a/gcc-4.5.0/piepatch/30_all_gcc44_esp.h.patch b/gcc-4.5.0/piepatch/30_all_gcc45_esp.h.patch
index c51e8b4..c51e8b4 100644
--- a/gcc-4.5.0/piepatch/30_all_gcc44_esp.h.patch
+++ b/gcc-4.5.0/piepatch/30_all_gcc45_esp.h.patch
diff --git a/gcc-4.5.0/piepatch/35_all_gcc44_config_crtbeginp.patch b/gcc-4.5.0/piepatch/35_all_gcc45_config_crtbeginp.patch
index d270978..d270978 100644
--- a/gcc-4.5.0/piepatch/35_all_gcc44_config_crtbeginp.patch
+++ b/gcc-4.5.0/piepatch/35_all_gcc45_config_crtbeginp.patch
diff --git a/gcc-4.5.0/piepatch/README.history b/gcc-4.5.0/piepatch/README.history
index 35a76ad..a226a3b 100644
--- a/gcc-4.5.0/piepatch/README.history
+++ b/gcc-4.5.0/piepatch/README.history
@@ -1,10 +1,12 @@
0.4.6 06-12-2011
- + 35_all_gcc44_config_crtbeginp.patch
+ + 35_all_gcc45_config_crtbeginp.patch
- 35_all_gcc44_config_crtbegints.patch
U 10_all_gcc45_configure.patch
U 12_all_gcc45_Makefile.in.patch
- U 11_all_gcc44_config.in.patch
- U 30_all_gcc44_esp.h.patch
+ + 11_all_gcc45_config.in.patch
+ - 11_all_gcc44_config.in.patch
+ + 30_all_gcc45_esp.h.patch
+ - 30_all_gcc44_esp.h.patch
0.4.5 18-06-2010
U 35_all_gcc44_config_crtbegints.patch
0.4.4 26-05-2010
diff --git a/gcc-4.6.0/piepatch/10_all_gcc45_configure.patch b/gcc-4.6.0/piepatch/10_all_gcc45_configure.patch
index 6ab02eb..357e63a 100644
--- a/gcc-4.6.0/piepatch/10_all_gcc45_configure.patch
+++ b/gcc-4.6.0/piepatch/10_all_gcc45_configure.patch
@@ -1,4 +1,4 @@
-2011-12-05 Magnus Granberg <zorry@gentoo.org>, Anthony G. Basile <basile@opensource.dyc.edu>
+2011-12-07 Magnus Granberg <zorry@gentoo.org>, Anthony G. Basile <basile@opensource.dyc.edu>
* configure Add --enable-esp. Add-fno-stack-protector
to stage1_cflags.
@@ -73,7 +73,7 @@
GGC
libgcc_visibility
+enable_esp
-+enable_crtbeginTS
++enable_crtbeginP
gcc_cv_readelf
gcc_cv_objdump
ORIGINAL_NM_FOR_TARGET
@@ -189,7 +189,7 @@
+fi
+
+fi
-+echo "$as_me:$LINENO: result: $enable_crtbeginTS" >&5
++echo "$as_me:$LINENO: result: $enable_crtbeginP" >&5
+echo "${ECHO_T}$enable_crtbeginP" >&6
+
+if test x$enable_crtbeginP = xyes; then
diff --git a/gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch b/gcc-4.6.0/piepatch/11_all_gcc45_config.in.patch
index 489658f..489658f 100644
--- a/gcc-4.6.0/piepatch/11_all_gcc44_config.in.patch
+++ b/gcc-4.6.0/piepatch/11_all_gcc45_config.in.patch
diff --git a/gcc-4.6.0/piepatch/12_all_gcc46_Makefile.in.patch b/gcc-4.6.0/piepatch/12_all_gcc46_Makefile.in.patch
index 5145a25..8011793 100644
--- a/gcc-4.6.0/piepatch/12_all_gcc46_Makefile.in.patch
+++ b/gcc-4.6.0/piepatch/12_all_gcc46_Makefile.in.patch
@@ -1,4 +1,4 @@
-2011-12-05 Magnus Granberg <zorry@gentoo.org> Anthony G. Basile <basile@opensource.dyc.edu>
+2011-12-07 Magnus Granberg <zorry@gentoo.org> Anthony G. Basile <basile@opensource.dyc.edu>
* Makefile.in We add -fno-stack-protector to BOOT_CFLAGS, LIBCFLAGS and
LIBCXXFLAGS if enable_esp yes.
diff --git a/gcc-4.6.0/piepatch/30_all_gcc44_esp.h.patch b/gcc-4.6.0/piepatch/30_all_gcc45_esp.h.patch
index c51e8b4..c51e8b4 100644
--- a/gcc-4.6.0/piepatch/30_all_gcc44_esp.h.patch
+++ b/gcc-4.6.0/piepatch/30_all_gcc45_esp.h.patch
diff --git a/gcc-4.6.0/piepatch/README.history b/gcc-4.6.0/piepatch/README.history
index 87ca509..49980dc 100644
--- a/gcc-4.6.0/piepatch/README.history
+++ b/gcc-4.6.0/piepatch/README.history
@@ -1,10 +1,12 @@
-0.5.0 05-12-2011
+0.5.0 07-12-2011
+ 35_all_gcc46_config_crtbeginp.patch
- 35_all_gcc46_config_crtbegints.patch
U 10_all_gcc45_configure.patch
U 12_all_gcc46_Makefile.in.patch
- U 11_all_gcc44_config.in.patch
- U 30_all_gcc44_esp.h.patch
+ + 11_all_gcc45_config.in.patch
+ - 11_all_gcc44_config.in.patch
+ + 30_all_gcc45_esp.h.patch
+ - 30_all_gcc44_esp.h.patch
0.4.9 09-11-2011
U 12_all_gcc46_Makefile.in.patch
0.4.8 26-03-2011