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.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils