diff mbox

[PPC/Darwin] add fp/gp save routines to ppc64 case.

Message ID 09845353-D2C5-48E0-9D9F-7D828F927A6E@sandoe-acoustics.co.uk
State New
Headers show

Commit Message

Iain Sandoe Nov. 29, 2011, 2:06 p.m. UTC
As Rainer recently pointed out, libgcc/config/rs6000/t-darwin64  
overrides the t-darwin version.
This would make it miss the out-of-line saves.

corrected as attached,
OK for trunk?
Iain

libgcc:

	* config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.

Comments

Mike Stump Dec. 1, 2011, 3:12 p.m. UTC | #1
On Nov 29, 2011, at 9:06 AM, Iain Sandoe <developer@sandoe-acoustics.co.uk 
 > wrote:
> As Rainer recently pointed out, libgcc/config/rs6000/t-darwin64  
> overrides the t-darwin version.
> This would make it miss the out-of-line saves.
>
> corrected as attached,
> OK for trunk?

Ok.
diff mbox

Patch

Index: libgcc/config/rs6000/t-darwin64
===================================================================
--- libgcc/config/rs6000/t-darwin64	(revision 181772)
+++ libgcc/config/rs6000/t-darwin64	(working copy)
@@ -2,5 +2,6 @@  LIB2_SIDITI_CONV_FUNCS = yes
 
 LIB2ADD = $(srcdir)/config/rs6000/darwin-tramp.S \
 	  $(srcdir)/config/darwin-64.c \
+	  $(srcdir)/config/rs6000/darwin-fpsave.S \
+	  $(srcdir)/config/rs6000/darwin-gpsave.S \
 	  $(srcdir)/config/rs6000/darwin-world.S
-