This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, rs6000] Preserve link stack for 476 cpus


On Wed, 2011-11-02 at 18:52 +0000, Iain Sandoe wrote:
> Hmm .. I wonder if this is just a temporary glitch because of the move  
> of files to libgcc.

Note that I just hit a problem with the libgcc move.  We need:

Index: libgcc/config/rs6000/t-ppccomm
===================================================================
--- libgcc/config/rs6000/t-ppccomm	(revision 180786)
+++ libgcc/config/rs6000/t-ppccomm	(working copy)
@@ -7,7 +7,7 @@ LIB2ADD_ST += \
 	   $(srcdir)/config/rs6000/crtresfpr.S \
 	   $(srcdir)/config/rs6000/crtsavgpr.S \
 	   $(srcdir)/config/rs6000/crtresgpr.S \
-	   $(srcdir)/config/rs6000/crtresxfpr.S 
+	   $(srcdir)/config/rs6000/crtresxfpr.S \
 	   $(srcdir)/config/rs6000/crtresxgpr.S \
 	   $(srcdir)/config/rs6000/e500crtres32gpr.S \
 	   $(srcdir)/config/rs6000/e500crtres64gpr.S \
@@ -21,7 +21,7 @@ LIB2ADD_ST += \
 	   $(srcdir)/config/rs6000/e500crtsav64gprctr.S \
 	   $(srcdir)/config/rs6000/e500crtsavg32gpr.S \
 	   $(srcdir)/config/rs6000/e500crtsavg64gpr.S \
-	   $(srcdir)/config/rs6000/e500crtsavg64gprctr.S
+	   $(srcdir)/config/rs6000/e500crtsavg64gprctr.S \
 	   $(srcdir)/config/rs6000/eabi.S

I'm continuing my build to see if there's anything more that falls
out from that...or my patch :(.


> I'll investigate a bit further later...

So you didn't start your build from scratch?  I'll keep my
fingers crossed that a fresh build fixing things for you.
Otherwise, let me know what you find.

Peter






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]