aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/gcc-powerpc-target-optspace.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-03-26 17:49:23 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-03-26 17:49:45 -0500
commit747f87be523e41dc48e026c813b013e30334f79f (patch)
treea11d69a5b2ac2434138c69a7db58849d92801ece /main/gcc/gcc-powerpc-target-optspace.patch
parent7bc48c254509bd5d03f785e2c0ce90d1bf3186f4 (diff)
downloadaports-747f87be523e41dc48e026c813b013e30334f79f.tar.bz2
aports-747f87be523e41dc48e026c813b013e30334f79f.tar.xz
main/gcc: upgrade to 4.6.0
Diffstat (limited to 'main/gcc/gcc-powerpc-target-optspace.patch')
-rw-r--r--main/gcc/gcc-powerpc-target-optspace.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/gcc/gcc-powerpc-target-optspace.patch b/main/gcc/gcc-powerpc-target-optspace.patch
deleted file mode 100644
index d812863ea5..0000000000
--- a/main/gcc/gcc-powerpc-target-optspace.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/libgcc/config/rs6000/t-ppccomm 2010/04/06 11:07:48 157989
-+++ b/libgcc/config/rs6000/t-ppccomm 2011/02/23 18:06:29 170443
-@@ -15,7 +15,9 @@
- e500crtsavg64gpr.S \
- e500crtsavg64gprctr.S
-
--EXTRA_PARTS += ecrti$(objext) ecrtn$(objext) ncrti$(objext) ncrtn$(objext)
-+EXTRA_PARTS += crtbegin$(objext) crtend$(objext) \
-+ crtbeginS$(objext) crtendS$(objext) crtbeginT$(objext) \
-+ ecrti$(objext) ecrtn$(objext) ncrti$(objext) ncrtn$(objext)
-
- # We build {e,n}crti.o and {e,n}crtn.o, which serve to add begin and
- # end labels to all of the special sections used when we link using gcc.