https://sourceware.org/bugzilla/show_bug.cgi?id=22011
--- Comment #4 from Markus Trippelsdorf ---
% gcc test.i -fuse-ld=bfd -lm
% readelf -s --wide ./a.out | grep matherr
7: 0040066a39 FUNCGLOBAL DEFAULT 14 matherr@GLIBC_2.2.5
60: 0040066a39 FUNCGLOBAL
https://sourceware.org/bugzilla/show_bug.cgi?id=22011
--- Comment #3 from Ian Lance Taylor ---
I can't recreate this. I get "matherr is working" from both gold and GNU ld.
I tested with tip gold and "Ubuntu EGLIBC 2.19-0ubuntu6.13".
That said, I can see the difference. With GNU ld, readelf -
https://sourceware.org/bugzilla/show_bug.cgi?id=22011
--- Comment #2 from Markus Trippelsdorf ---
Not sure it is a dup.
The math/test-matherr and math/test-matherr-2 are the only failures that I see.
Everything else works just fine when building glibc with gold.
--
You are receiving this mail
https://sourceware.org/bugzilla/show_bug.cgi?id=22011
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---