------- 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
[EMAIL PROTECTED] 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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils