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 03:02:55 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #13 from Alan Modra <amodra at gmail dot com> 2013-05-09 03:02:55 
UTC ---
Perhaps gold is better at removing duplicate debug info, so the resulting
.debug_info is smaller?  Or perhaps gold places debug sections in a different
order, resulting in the relative offset from the .debug_aranges field to the
.debug_info location being smaller?  Whatever the reason, I'd wager you will
run into trouble even with gold if you make your shared library large enough.

Another possibility is that gold is simply not reporting an error on relocation
overflow..

-- 
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]