bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/15444] Use of -g for large project results in: relocation trunca


From: amodra at gmail dot com
Subject: [Bug ld/15444] Use of -g for large project results in: relocation truncated to fit: R_X86_64_32 against `.debug_info'
Date: Thu, 09 May 2013 01:31:52 +0000

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.



reply via email to

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