https://sourceware.org/bugzilla/show_bug.cgi?id=26815
--- Comment #10 from Thiago Macieira ---
(In reply to H.J. Lu from comment #9)
> Should this be closed by -mno-direct-extern-access change in GCC?
Yes.
making that the default and getting rid of copy relocations would be better,
though.
--
https://sourceware.org/bugzilla/show_bug.cgi?id=26815
--- Comment #9 from H.J. Lu ---
Should this be closed by -mno-direct-extern-access change in GCC?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=29149
--- Comment #3 from Alan Modra ---
The first thing I'd be verifying is that you are linking against the correct
libstdc++. Try adding -Wl,-t to the link command line, then examine the
libstdc++.so shown.
--
You are receiving this mail becau