https://sourceware.org/bugzilla/show_bug.cgi?id=16870
Bug ID: 16870
Summary: Gold internal error with -fpie and -mcmodel=large
Product: binutils
Version: 2.25 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gold
Assignee: ian at airs dot com
Reporter: tmsriram at google dot com
CC: ccoutant at google dot com
This code:
foo.cc
----------
extern int foo;
extern int bar();
int main () {
return foo + bar();
}
compiled with:
gcc-4_9_g++ foo.cc -fpie -mcmodel=large
ld: internal error in relocate, at .../gold/x86_64.cc:3397
--
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