bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 whil


From: johan.karlsson at enea dot com
Subject: [Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool
Date: Thu, 20 Aug 2015 09:32:26 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=14746

Johan Karlsson <johan.karlsson at enea dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johan.karlsson at enea dot com

--- Comment #7 from Johan Karlsson <johan.karlsson at enea dot com> ---
Created attachment 8537
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8537&action=edit
Linker script repo

I think I'm able to reproduce this issue.

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
main(){ return 0; }

g++ -c -o test.o test.c

test.o need to contain an eh_frame.

ld.gold -T script.lcf test.o
ld.gold: internal error in address, at ../../gold/output.h:73

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

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