This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap broken on ppc-darwin
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: GCC mailing list <gcc at gcc dot gnu dot org>
- Date: Sat, 15 Jul 2006 19:02:10 +0900
- Subject: Bootstrap broken on ppc-darwin
/Users/regress/tbox/native/build/./gcc/xgcc -shared-libgcc -B/Users/
regress/tbox/native/build/./gcc -nostdinc++ -L/Users/regress/tbox/
native/build/powerpc-apple-darwin8.5.0/libstdc++-v3/src -L/Users/
regress/tbox/native/build/powerpc-apple-darwin8.5.0/libstdc++-v3/
src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/bin/ -
B/Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/lib/ -isystem /
Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/include -isystem /
Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/sys-include -I/
Users/regress/tbox/native/build/powerpc-apple-darwin8.5.0/libstdc++-
v3/include/powerpc-apple-darwin8.5.0 -I/Users/regress/tbox/native/
build/powerpc-apple-darwin8.5.0/libstdc++-v3/include -I/Users/regress/
tbox/svn-gcc/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -
Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -
ffunction-sections -fdata-sections -g -O2 -I/Users/regress/tbox/
native/build/powerpc-apple-darwin8.5.0/libstdc++-v3/include/backward -
Wno-deprecated -c /Users/regress/tbox/svn-gcc/libstdc++-v3/src/
strstream.cc -fno-common -DPIC -o .libs/strstream.o
/tmp/ccK4i3re.s:5107:FATAL:Symbol LFBB43 already defined.
I think it was:
2006-07-14 Carlos O'Donell <carlos@codesoucery.com>
* dbxout.c (dbxout_begin_prologue): Emit LFBB label at
function start.
(dbxout_function_end): Use local label LFBB. Remove hook
DBX_OUTPUT_NFUN.
(dbxout_source_line): Use local label LFBB.
(dbxout_block): Likewise.
(dbx_output_lbrac): Remove hook DBX_OUTPUT_LBRAC.
(dbx_output_rbrac): Remove hook DBX_OUTPUT_RBRAC.
* config/rs6000/linux64.h: Remove DBX_OUTPUT_LBRAC,
DBX_OUTPUT_RBRAC,
and DBX_OUTPUT_NFUN.
But I have not looked to make sure.
Note this was after a day after Geoff's regression machine finally
had no regressions so
this is slightly disappointing.
Thanks,
Andrew Pinski