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.

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

Reply via email to