------- Additional Comments From hjl dot tools at gmail dot com  2010-01-07 
15:45 -------
Created an attachment (id=4501)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4501&action=view)
A simple testcase

[...@gnu-6 pr11138]$ make
cc    -c -o foo.o foo.c
cc    -c -o bar.o bar.c
./ld -o libbar.so -shared --version-script=bar.map bar.o
./ld -e main --version-script=foo.map  -o bar foo.o libbar.so
./ld -e main --version-script=foo.map  -o foo libbar.so foo.o
./ld: BFD (GNU Binutils) 2.20.51.20100107 internal error, aborting at
/export/gnu/import/git/binutils/bfd/elflink.c line 8499 in
elf_link_check_versioned_symbol

./ld: Please report this bug.

make: *** [foo] Error 1
[...@gnu-6 pr11138]$ 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4492 is|0                           |1
           obsolete|                            |
Attachment #4493 is|0                           |1
           obsolete|                            |


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

------- 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

Reply via email to