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: peeter.joot 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: Tue, 07 May 2013 23:35:12 +0000

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

--- Comment #1 from Peeter Joot <peeter.joot at gmail dot com> 2013-05-07 
23:35:12 UTC ---
I've ruled out the gcc version, and see the same relocation truncated error
when the gcc 4.8 version of libgcc/crtbegin.o/crtend.o/... files.

However, the reason for this not making a difference appears to be this crtn.o
file isn't part of the compiler, but is part of the C runtime library:

$ rpm -qf /usr/lib64/crtn.o
glibc-devel-2.4-31.81.11

... so it doesn't make any difference whether I use the default system compiler
crt* files or the ones from gcc 4.8 (We are actually using the intel icpc
compiler to invoke the linker, but it uses the system libgcc and
crtbegin/end.o's by default).

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