bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/2884] Crash in elf64_ia64_relocate_section


From: hjl at lucon dot org
Subject: [Bug ld/2884] Crash in elf64_ia64_relocate_section
Date: 6 Jul 2006 21:38:32 -0000

------- Additional Comments From hjl at lucon dot org  2006-07-06 21:38 -------
Created an attachment (id=1145)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1145&action=view)
A simple testcase

address@hidden 2884]$ make
cc -fPIC   -c -o begin.o begin.c
cc -fPIC   -c -o end.o end.c
cc -fPIC   -c -o foo.o foo.c
./ld -shared -o libfoo.so foo.o --version-script=foo.v
./ld -shared -o libbar.so begin.o libfoo.so end.o
make: *** [libbar.so] Segmentation fault
make: *** Deleting file `libbar.so'

The trigger is foo isn't marked hidden in libfoo.so.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2884

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]