Re: ppc-eabisim is broken in mainline

2005-05-12 Thread Aldy Hernandez
On Wed, May 11, 2005 at 07:44:46PM -0400, Aldy Hernandez wrote: > Joern. > > My combined tree is acting up, so I haven't tested a full build of > ppc-eabi*, but this fixes the -mlittle problem. > > Let me know how it goes. This patch fixed Joern's problems (well, the ones so far ;-)). I have te

Re: ppc-eabisim is broken in mainline

2005-05-12 Thread Joern RENNECKE
Aldy Hernandez wrote: * config/rs6000/sysv4.opt (mlittle): Handle. * config/rs6000/rs6000.c (rs6000_handle_option): Set target_flags_explicit when appropriate. Thanks, this allowed my build to complete. It's regression testing now.

Re: ppc-eabisim is broken in mainline

2005-05-11 Thread Aldy Hernandez
Joern. My combined tree is acting up, so I haven't tested a full build of ppc-eabi*, but this fixes the -mlittle problem. Let me know how it goes. Aldy * config/rs6000/sysv4.opt (mlittle): Handle. * config/rs6000/rs6000.c (rs6000_handle_option): Set target_flags_explici

Re: ppc-eabisim is broken in mainline

2005-05-11 Thread Aldy Hernandez
> Some experimentation shows that the assembler from the two dates behaves > the same, > and eabi.S is identical, but the preprocessed source files differ. cc1 > used to define > _RELOCATABLE, but it does not any more. The problem is that target_flags_explicit was not being set on the options t

Re: ppc-eabisim is broken in mainline

2005-05-10 Thread Andrew Pinski
On May 10, 2005, at 2:04 PM, Joern RENNECKE wrote: Andrew Pinski wrote: On May 10, 2005, at 1:54 PM, Joern RENNECKE wrote: Between 20050505 and 20050510, the ppc-eabisim configuration was broken. /mnt/scratch/nightly/2005-05-10-orv/ppc/gcc//:1: Warning: line numbers must be positive; line number

Re: ppc-eabisim is broken in mainline

2005-05-10 Thread Joern RENNECKE
Andrew Pinski wrote: On May 10, 2005, at 1:54 PM, Joern RENNECKE wrote: Between 20050505 and 20050510, the ppc-eabisim configuration was broken. /mnt/scratch/nightly/2005-05-10-orv/ppc/gcc//:1: Warning: line numbers must be positive; line number 0 rejected That is PR 21250 and this has been fail

Re: ppc-eabisim is broken in mainline

2005-05-10 Thread Aldy Hernandez
On Tue, May 10, 2005 at 06:54:12PM +0100, Joern RENNECKE wrote: > Between 20050505 and 20050510, the ppc-eabisim configuration was broken. > I'm seeing this error: I'll take a look. Aldy

Re: ppc-eabisim is broken in mainline

2005-05-10 Thread Andrew Pinski
On May 10, 2005, at 1:54 PM, Joern RENNECKE wrote: Between 20050505 and 20050510, the ppc-eabisim configuration was broken. /mnt/scratch/nightly/2005-05-10-orv/ppc/gcc//:1: Warning: line numbers must be positive; line number 0 rejected That is PR 21250 and this has been failing since April 19. T