bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/11138] ld: internal error when using -lstdc++ and version script


From: hjl dot tools at gmail dot com
Subject: [Bug ld/11138] ld: internal error when using -lstdc++ and version script before object files
Date: 7 Jan 2010 15:45:52 -0000

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

address@hidden 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
address@hidden 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.




reply via email to

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