This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
4-25 dwarfout.c change breaks libobjc
- To: gcc at gcc dot gnu dot org
- Subject: 4-25 dwarfout.c change breaks libobjc
- From: Robert Lipe <robertl at sco dot com>
- Date: Thu, 27 Apr 2000 10:41:42 -0500
- Cc: jason at cygnus dot com
This part of the libobjc build fails on systems with dwarf-1 debugging.
/play/negcs/gcc/xgcc -B/play/negcs/gcc/ -B/usr/local/i586-pc-sco3.2v5.0.5/bin/ -c -I. -I../../../egcs/libobjc -g -DIN_GCC -DIN_TARGET_LIBS -I../../../egcs/libobjc/objc -I../../../egcs/libobjc/../gcc -I../../../egcs/libobjc/../gcc/config -I../../gcc -I../../../egcs/libobjc/../include ../../../egcs/libobjc/archive.c
EOF):undefined name: .L_E1666
(EOF):undefined name: .L_E1664
(EOF):undefined name: .L_E1662
(EOF):undefined name: .L_E1660
(EOF):undefined name: .L_E1659
(EOF):undefined name: .L_E1658
(EOF):undefined name: .L_E1652
(EOF):undefined name: .L_E1651
(EOF):undefined name: .L_E1653
(EOF):undefined name: .L_E1650
(EOF):undefined name: .L_E1649
(EOF):undefined name: .L_E1643
[ bunch more ]
cvs up -r 1.63 dwarfout.c
make bootstrap3
the above command completes once again.
Jason, do you need any additional information on this?
Thanx,
RJL
P.S. Is anyone else with Dwarf-1 seeing ICE's during bootstrap unless
-g is suppressed during stage2 and sttage3?