bug-binutils
[Top][All Lists]
Advanced

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

Gold internal error with -fpie and -mcmodel=large


From: Sriraman Tallam
Subject: Gold internal error with -fpie and -mcmodel=large
Date: Tue, 22 Apr 2014 15:53:17 -0700

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

Sri



reply via email to

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