bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/18930] New: internal error in sized_write_symbol, at symtab.cc


From: markus at trippelsdorf dot de
Subject: [Bug gold/18930] New: internal error in sized_write_symbol, at symtab.cc:3133
Date: Mon, 07 Sep 2015 09:20:35 +0000

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

            Bug ID: 18930
           Summary: internal error in sized_write_symbol, at
                    symtab.cc:3133
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: markus at trippelsdorf dot de
                CC: hjl.tools at gmail dot com, ian at airs dot com
  Target Milestone: ---

address@hidden app % cat nsBrowserApp.ii
extern "C" int strcasecmp(const char *, const char *);
int main() { return strcasecmp(0, 0); }

address@hidden app % g++ nsBrowserApp.ii
address@hidden app % g++ -flto nsBrowserApp.ii
/home/trippels/bin/ld: internal error in sized_write_symbol, at symtab.cc:3133
collect2: error: ld returned 1 exit status

Started with:

commit 358de98820c5e9caa222846ba8b646de6cc091c8
Author: H.J. Lu <address@hidden>
Date:   Wed Sep 2 04:14:21 2015 -0700

    Turn IFUNC symbols from shared libraries into normal FUNC symbols

    Turn IFUNC symbols from shared libraries into normal FUNC symbols when
    we are resolving symbol references, instead of when we are writing out
    the symbol table.

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