summaryrefslogtreecommitdiffstats
path: root/main/gcc/gcc-powerpc-target-optspace.patch
blob: d812863ea5173bee622aae7ebdd7fe841b815d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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.