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]

Re: [PATCH] Fix powerpc-linux-gnu bootstrap


  In message <01050500184500.15629@enzo.bigblue.local>you write:
  > 
  > --------------Boundary-00=_9N0UJ6LN5N4PIAGYIP7E
  > Content-Type: text/plain;
  >   charset="iso-8859-1"
  > Content-Transfer-Encoding: 8bit
  > 
  > Hi,
  > 
  > currently the mainline bootstrap fails with:
  > 
  > stage1/xgcc -Bstage1/ -B/home/fsirl/gnubin/ppc-linux/bin/ -c  -DIN_GCC    -
  > g 
  > -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
  > -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. 
  > -I/home/fsirl/cvsx/gccm/gcc -I/home/fsirl/cvsx/gccm/gcc/. 
  > -I/home/fsirl/cvsx/gccm/gcc/config -I/home/fsirl/cvsx/gccm/gcc/../include 
  > /home/fsirl/cvsx/gccm/gcc/explow.c -o explow.o
  > /tmp/cc9D900e.s: Assembler messages:
  > /tmp/cc9D900e.s:2611: Error: Unrecognized opcode: `rldic'
  > make[2]: *** [explow.o] Error 1
  > 
  > The appended patch fixes that.
  > 
  > OK for mainline and branch (siince the 32x64 changes are going into the 
  > branch too)?
  > 
  > Franz.
  > 
  > 	* config/rs6000/rs6000.md (ashldi3 splits): Guard with TARGET_POWERPC64
Yes.  This is fine.  It's rather ironic --  I just got the same patch from
Alan Matsuoka this afternoon.

jeff


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