https://sourceware.org/bugzilla/show_bug.cgi?id=22602
Bug ID: 22602
Summary: internal error in relocate, at powerpc.cc:8393
Product: binutils
Version: 2.30 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gold
Assignee: ccoutant at gmail dot com
Reporter: markus at trippelsdorf dot de
CC: ian at airs dot com
Target Milestone: ---
On ppc64le:
% cat asan_interceptors.ii
__thread int a;
void __interceptor_scandir64() { a = 0; }
extern "C" void __interceptor___tls_get_addr() {}
extern "C" __attribute__((alias("__interceptor___tls_get_addr"))) void
__tls_get_addr_opt();
% g++ -fuse-ld=bfd -O2 -fPIC -shared asan_interceptors.ii
% g++ -fuse-ld=gold -O2 -fPIC -shared asan_interceptors.ii
ld.gold: internal error in relocate, at powerpc.cc:8393
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils