[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2015-08-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Cary Coutant : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1757d35c8a35d77fd631705589024456c6030966 commit 1757d35c8a35d77fd6317055890

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2015-08-20 Thread johan.karlsson at enea dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 Johan Karlsson changed: What|Removed |Added CC||johan.karlsson at enea dot com --- C

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2015-08-20 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 --- Comment #8 from Cary Coutant --- > What I had to do to reproduce it was to add a symbol in my linker script > that pointed to the address of .eh_frame. It's the same assert but I'm not > sure that it's the same problem. > > Repo: > test.c

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2014-01-27 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 Cary Coutant changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #6 from Cary Cout

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2014-01-21 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 --- Comment #5 from Cary Coutant --- Sorry, I had this on my list, but it dropped down to the bottom. I'll take a look at it this week. It's always good to ping! -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2014-01-21 Thread octoploid at yandex dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 --- Comment #4 from Octoploid --- (In reply to Ian Lance Taylor from comment #3) > I don't understand why you are closing this. An internal error is a bug > that should be fixed. Does this work any better now? I've waited over a year for an

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2014-01-21 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 Ian Lance Taylor changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFI

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2014-01-21 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2012-10-20 Thread markus at trippelsdorf dot de
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