This is the mail archive of the gcc@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: [tree-ssa] Branch unfrozen


On Fri, 2003-05-30 at 12:56, David Edelsohn wrote:
> >>>>> Diego Novillo writes:
> 
> Diego> It doesn't look like keeping the branch closed will help much more.  PPC
> Diego> is also broken on mainline as of 2003-05-25.  I'm testing on today's
> Diego> mainline.  If it works, I'll do an incremental mini-merge.
> 
> 	Broken how?
> 
I'm getting this out of libffi:

---------------------------------------------------------------------------------
/local/dnovillo/BLD-mainline-native.tortuga.ppc/gcc/xgcc -B/local/dnovillo/BLD-mainline-native.tortuga.ppc/gcc/ -B/home/dnovillo/merge-tree-ssa/mainline/native.ppc/powerpc-unknown-linux-gnu/bin/ -B/home/dnovillo/merge-tree-ssa/mainline/native.ppc/powerpc-unknown-linux-gnu/lib/ -isystem /home/dnovillo/merge-tree-ssa/mainline/native.ppc/powerpc-unknown-linux-gnu/include -isystem /home/dnovillo/merge-tree-ssa/mainline/native.ppc/powerpc-unknown-linux-gnu/sys-include -msoft-float -fPIC -mstrict-align -DHAVE_CONFIG_H -I. -I/home/dnovillo/merge-tree-ssa/mainline/src.ppc/libffi -I. -I/home/dnovillo/merge-tree-ssa/mainline/src.ppc/libffi/include -Iinclude -I/home/dnovillo/merge-tree-ssa/mainline/src.ppc/libffi/src -O2 -g -O2 -fexceptions -O2 -g -O2 -msoft-float -fPIC -mstrict-align -c /home/dnovillo/merge-tree-ssa/mainline/src.ppc/libffi/src/powerpc/ppc_closure.S  -fPIC -DPIC -o src/powerpc/.libs/ppc_closure.o
ppc_closure.S: Assembler messages:
ppc_closure.S:200: Warning: Bad .section directive - character following name is
 not '#'
ppc_closure.S:200: Error: Rest of line ignored. First ignored character is `E'.
make[7]: *** [src/powerpc/ppc_closure.lo] Error 1
---------------------------------------------------------------------------------

Which actually may be a sign that my copy of binutils is too old:

---------------------------------------------------------------------------------
 as --gdwarf2 --traditional-format -mppc -V -Qy -K PIC -o src/powerpc/.libs/ppc_closure.o ppc_closure.s
GNU assembler version 2.10.91 (ppc-yellowdog-linux) using BFD version 2.10.0.33
ppc_closure.S: Assembler messages:
ppc_closure.S:200: Warning: Bad .section directive - character following name is not '#'
ppc_closure.S:200: Error: Rest of line ignored. First ignored character is `E'.
---------------------------------------------------------------------------------

I'll try getting a newer binutils for this box.


Diego.


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