http://sourceware.org/bugzilla/show_bug.cgi?id=15444

--- Comment #11 from Alan Modra <amodra at gmail dot com> 2013-05-09 01:31:52 
UTC ---
Peeter, the answer to your original question is (3).  This is a limitation of
the debug format variant that was used when compiling crtn.o.  DWARF allows
different encodings for addresses and offsets.  In your case you have a 32-bit
offset being used in .debug_aranges to access something in .debug_info, which
apparently is too large for a 32-bit offset.

Stripping the debug info out of crtn.o might work for you.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to