https://sourceware.org/bugzilla/show_bug.cgi?id=16496
Bug ID: 16496
Summary: readelf/objdump fail to display symbol version in
dynamic relocation
Product: binutils
Version: 2.25 (HEAD)
Status: NEW
Severity: norm
https://sourceware.org/bugzilla/show_bug.cgi?id=16498
Bug ID: 16498
Summary: assertion fail at bfd/elf.c:4122
Product: binutils
Version: 2.25 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
http://sourceware.org/bugzilla/show_bug.cgi?id=16489
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch,
https://sourceware.org/bugzilla/show_bug.cgi?id=16498
--- Comment #1 from H.J. Lu ---
Another testcase:
[hjl@gnu-6 bad]$ cat x.c
__thread int bar [20] __attribute__ ((__section__ ("tls_data_init"))) = { 1 };
__thread int foo;
int data[30] = { 1 };
[hjl@gnu-6 bad]$ cat tbss.t
SECTIONS
{
tls_d
https://sourceware.org/bugzilla/show_bug.cgi?id=16498
--- Comment #2 from H.J. Lu ---
A patch is posed at
https://sourceware.org/ml/binutils/2014-01/msg00281.html
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-bi