aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-25 17:12:08 +0200
committerMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-25 17:12:08 +0200
commit071c7c0c38d72e15ae8b32e457cb69966ad091b0 (patch)
tree9c4fc06848e1a90f0b584147fd564c8a6a845bd1 /gcc-4.5.0
parentUpdated pipatches to 0.4.1 in gcc 4.5.0 (diff)
downloadhardened-gccpatchset-071c7c0c38d72e15ae8b32e457cb69966ad091b0.tar.gz
hardened-gccpatchset-071c7c0c38d72e15ae8b32e457cb69966ad091b0.tar.bz2
hardened-gccpatchset-071c7c0c38d72e15ae8b32e457cb69966ad091b0.zip
Updated pipatches to 0.4.1 in gcc 4.5.0 part2
Diffstat (limited to 'gcc-4.5.0')
-rw-r--r--gcc-4.5.0/piepatch/33_all_gcc45_config_rs6000_linux64.h.patch~16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc-4.5.0/piepatch/33_all_gcc45_config_rs6000_linux64.h.patch~ b/gcc-4.5.0/piepatch/33_all_gcc45_config_rs6000_linux64.h.patch~
deleted file mode 100644
index 6e7a6ec..0000000
--- a/gcc-4.5.0/piepatch/33_all_gcc45_config_rs6000_linux64.h.patch~
+++ /dev/null
@@ -1,16 +0,0 @@
-2009-09-23 Peter S. Mazinger <ps.m@gmx.net>, Magnus Granberg <zorry@gentoo.org>
-
- * gcc/config/rs6000/linux64.h ASM_SPEC32 Change %{fpic:-K PIC} %{fPIC:-K PIC}
- to %{fpic|fPIC|fpie|fPIE:-K PIC}
-
---- a/gcc/config/rs6000/linux64.h.psm 2009-04-10 01:23:07.000000000 +0200
-+++ b/gcc/config/rs6000/linux64.h 2009-09-23 12:34:26.000000000 +0200
-@@ -162,7 +162,7 @@
- #endif
-
- #define ASM_SPEC32 "-a32 %{n} %{T} %{Ym,*} %{Yd,*} \
--%{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} \
-+%{mrelocatable} %{mrelocatable-lib} %{fpic|fPIC|fpie|fPIE:-K PIC} \
- %{memb} %{!memb: %{msdata=eabi: -memb}} \
- %{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \
- %{mcall-freebsd: -mbig} \