bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/22602] New: internal error in relocate, at powerpc.cc:8393


From: markus at trippelsdorf dot de
Subject: [Bug gold/22602] New: internal error in relocate, at powerpc.cc:8393
Date: Thu, 14 Dec 2017 10:47:08 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]