aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-25 18:21:16 +0200
committerMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-25 18:21:16 +0200
commitbbdd71396a91cf89ba16ad44b7eee77d4514e9da (patch)
tree625e12d4e09b86afd5eebc7db4f01c07fe93d751
parentUpdated pipatches to 0.4.1 in gcc 4.4.3 part2 (diff)
downloadhardened-gccpatchset-bbdd71396a91cf89ba16ad44b7eee77d4514e9da.tar.gz
hardened-gccpatchset-bbdd71396a91cf89ba16ad44b7eee77d4514e9da.tar.bz2
hardened-gccpatchset-bbdd71396a91cf89ba16ad44b7eee77d4514e9da.zip
Updated pipatches to 0.4.1 in gcc 4.4.3 part3
-rw-r--r--gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch4
-rw-r--r--gcc-4.4.3/piepatch/35_all_gcc44_config_crtbegints.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch b/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch
index 250ab51..ea36a5a 100644
--- a/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch
+++ b/gcc-4.4.3/piepatch/12_all_gcc44_Makefile.in.patch
@@ -50,8 +50,8 @@
# Only build the C compiler for stage1, because that is the only one that
# we can guarantee will build with the native compiler, and also it is the
---- gcc/Makefile.in 2009-04-29 01:16:56.000000000 +0200
-+++ gcc/Makefile.in 2009-07-05 02:11:04.000000000 +0200
+--- a/gcc/Makefile.in 2009-04-29 01:16:56.000000000 +0200
++++ b/gcc/Makefile.in 2009-07-05 02:11:04.000000000 +0200
@@ -580,13 +580,24 @@
INHIBIT_LIBC_CFLAGS = -Dinhibit_libc
endif
diff --git a/gcc-4.4.3/piepatch/35_all_gcc44_config_crtbegints.patch b/gcc-4.4.3/piepatch/35_all_gcc44_config_crtbegints.patch
index 7f3d7bd..2af5694 100644
--- a/gcc-4.4.3/piepatch/35_all_gcc44_config_crtbegints.patch
+++ b/gcc-4.4.3/piepatch/35_all_gcc44_config_crtbegints.patch
@@ -18,8 +18,8 @@
#define STARTFILE_SPEC \
"%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \
crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
---- gcc/config/rs6000/sysv4.h 2009-04-10 01:23:07.000000000 +0200
-+++ gcc/config/rs6000/sysv4.h 2009-09-08 04:41:50.000000000 +0200
+--- a/gcc/config/rs6000/sysv4.h 2009-04-10 01:23:07.000000000 +0200
++++ b/gcc/config/rs6000/sysv4.h 2009-09-08 04:41:50.000000000 +0200
@@ -883,7 +883,12 @@
%{!mnewlib: %{pthread:-lpthread} %{shared:-lc} \
%{!shared: %{profile:-lc_p} %{!profile:-lc}}}"