This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/17476] relocation error libgcc_s.so.1


------- Additional Comments From o dot flebbe at science-computing dot de  2004-09-14 16:14 -------
bootstrapping with gnu-as and gnu-ld from binutils 2.15 fails on stage1 with

....
stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.4.2/sparc-sun-solaris2.7/bin/   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wst
rict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wold-style-definition     -DHAVE_CONFIG_H -DGENERATOR_FIL
E  -o genattrtab \
 genattrtab.o genautomata.o \
 rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o
insn-conditions.o print-rtl1.o errors.o \
 varray.o ../libiberty/libiberty.a -lm
collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
g

....

gdb) where
#0  0x0005c4b0 in _bfd_elf_add_dynamic_entry ()
#1  0xff2cdcbc in qsort () from /usr/lib/libc.so.1
#2  0x0005e298 in _bfd_elf_add_dynamic_entry ()
#3  0x0005ece0 in bfd_elf_link_add_symbols ()
#4  0x00022a54 in lang_add_section ()
#5  0x000232e0 in lang_get_output_target ()
#6  0x000268e8 in lang_process ()
#7  0x00029a14 in main ()

trying binutils-2.14 ...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17476


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