http://sourceware.org/bugzilla/show_bug.cgi?id=14747
H.J. Lu changed:
What|Removed |Added
Status|NEW |WAITING
CC|
http://sourceware.org/bugzilla/show_bug.cgi?id=14747
Bug #: 14747
Summary: undefined reference to `_GLOBAL_OFFSET_TABLE_' with
-flto
Product: binutils
Version: 2.24 (HEAD)
Status: NEW
Severity: normal
http://sourceware.org/bugzilla/show_bug.cgi?id=14746
--- Comment #1 from Markus Trippelsdorf
2012-10-20 19:43:56 UTC ---
markus@x4 bios % cat test.c
void
foo (void)
{
}
markus@x4 bios % gcc -c -o test.o test.c
markus@x4 bios % ld -T rom.ld.S test.o
markus@x4 bios % gcc -flto -c -o test.o test.c
http://sourceware.org/bugzilla/show_bug.cgi?id=14746
Bug #: 14746
Summary: ld: internal error in address, at gold/output.h:72
while building Linux kvm tool
Product: binutils
Version: 2.24 (HEAD)
Status: NEW
Sev