[Bug ld/17117] [2.23 Regression] assertion fail elf32-i386.c:4016 with GNU2 TLS

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17117 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/17057] Production of DSOs using TLSDESC is utterly broken on i386

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17057 H.J. Lu changed: What|Removed |Added CC||amonakov at gmail dot com --- Comment #1 fr

[Bug ld/17057] Production of DSOs using TLSDESC is utterly broken on i386

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17057 H.J. Lu changed: What|Removed |Added Version|unspecified |2.25 (HEAD) Assignee|unassigned a

[Bug ld/17057] Production of DSOs using TLSDESC is utterly broken on i386

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17057 --- Comment #2 from H.J. Lu --- A self-contained testcase: [hjl@gnu-6 pr17057]$ cat x.c __thread int my_tls = 1; int *my_tls_addr() { return &my_tls; } [hjl@gnu-6 pr17057]$ cat y.c extern void foo (void); void bar (void) { foo (); } [hjl

[Bug ld/17057] Production of DSOs using TLSDESC is utterly broken on i386

2014-07-15 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17057 --- Comment #3 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,

[Bug ld/17057] Production of DSOs using TLSDESC is utterly broken on i386

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17057 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/17154] x86_64 ld fails to select proper plt entry for ifunc

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17154 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug ld/17154] x86_64 ld fails to select proper plt entry for ifunc

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17154 --- Comment #5 from H.J. Lu --- Created attachment 7713 --> https://sourceware.org/bugzilla/attachment.cgi?id=7713&action=edit Something like this -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/17154] x86 plt_sym_val fails to select proper plt entry

2014-07-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17154 H.J. Lu changed: What|Removed |Added Component|ld |binutils Summary|x86_64 ld fails