bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/17432] New: internal error in relocate_tls, at gold/x86_64.cc:


From: markus at trippelsdorf dot de
Subject: [Bug gold/17432] New: internal error in relocate_tls, at gold/x86_64.cc:3829
Date: Wed, 24 Sep 2014 19:06:23 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17432

            Bug ID: 17432
           Summary: internal error in relocate_tls, at gold/x86_64.cc:3829
           Product: binutils
           Version: 2.25 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at google dot com
          Reporter: markus at trippelsdorf dot de
                CC: ian at airs dot com

Since r215417 of gcc trunk gold hits the following assert:

address@hidden ~ % echo "int main () {}" | g++ -flto -fprofile-generate -x c++ -
ld: internal error in relocate_tls, at gold/x86_64.cc:3829
collect2: error: ld returned 1 exit status

3825     case elfcpp::R_X86_64_TPOFF32:          // Local-exec
3826       if (tls_segment == NULL)
3827         {
3828           gold_assert(parameters->errors()->error_count() > 0
3829                       || issue_undefined_symbol_error(gsym));
3830           return;
3831         }
3832       value -= tls_segment->memsz();
3833       Relocate_functions<size, false>::rela32(view, value, addend);
3834       break;
3835     }

https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/ipa-visibility.c?r1=215417&r2=215416&pathrev=215417

-- 
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]