https://sourceware.org/bugzilla/show_bug.cgi?id=17117
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://sourceware.org/bugzilla/show_bug.cgi?id=17057
H.J. Lu changed:
What|Removed |Added
Version|unspecified |2.25 (HEAD)
Assignee|unassigned a
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
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,
https://sourceware.org/bugzilla/show_bug.cgi?id=17057
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=17154
H.J. Lu changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
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.
___
https://sourceware.org/bugzilla/show_bug.cgi?id=17154
H.J. Lu changed:
What|Removed |Added
Component|ld |binutils
Summary|x86_64 ld fails