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]

[new-ra] build libgcc on ppc64


Hi,

this limits a hack in a way, so that this gcc doesn't already break on
building libgcc on ppc64-linux.  Doesn't bootstrap because some
miscompilation somewhere on the way to stage2's genattrtab.  I go to bed,
so if someone takes the ball ... ;-)

Bootstrapped all langs (minus treelang) on x86-linux.


Ciao,
Michael.
-- 
        * ra-build.c (web_class): Use GENERAL_REGS.

Index: ra-build.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ra-build.c,v
retrieving revision 1.1.2.20
diff -u -p -r1.1.2.20 ra-build.c
--- ra-build.c	10 Oct 2003 14:39:06 -0000	1.1.2.20
+++ ra-build.c	13 Oct 2003 19:47:30 -0000
@@ -3915,7 +3915,7 @@ web_class (web)
 		c = class;
 		/* FIXME denisc@overta.ru
 		   I have disabled the `web_class_spill_ref'.  */
-		class = ALL_REGS;
+		class = GENERAL_REGS;
 		break;
 	      }
 	    if (!blocks)


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