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

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

trippels@gcc2-power8 app % g++ nsBrowserApp.ii
trippels@gcc2-power8 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 <hjl.to...@gmail.com>
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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to