[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/414] Linker crashes with mixed TLS/no-TLS symbols
From: |
hjl at lucon dot org |
Subject: |
[Bug ld/414] Linker crashes with mixed TLS/no-TLS symbols |
Date: |
29 Sep 2004 16:42:40 -0000 |
------- Additional Comments From hjl at lucon dot org 2004-09-29 16:42 -------
Created an attachment (id=209)
--> (http://sources.redhat.com/bugzilla/attachment.cgi?id=209&action=view)
A testcase
address@hidden tls-4]$ make
cc -c -o x.o x.c
cc -fPIC -shared -o libfoo.so foo.c
cc -Wl,-rpath,. x.o libfoo.so -o x
collect2: ld terminated with signal 11 [Segmentation fault]
/usr/local/bin/ld: BFD 2.15.92.0.2 20040927 assertion fail
/export/linux/src/binutils/binutils/bfd/elflink.c:6123
make: *** [x] Error 1
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at sources dot |hjl at lucon dot org
|redhat dot com |
Status|NEW |ASSIGNED
http://sources.redhat.com/bugzilla/show_bug.cgi?id=414
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.