This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/21472] New: Gcc generates CALL16 reloc that ld objects to
- From: "pkoning at equallogic dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2005 16:29:15 -0000
- Subject: [Bug target/21472] New: Gcc generates CALL16 reloc that ld objects to
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compiling lib/csu/common_elf/crtbegin.c in the NetBSD 1.6.2 source tree with gcc
4.0.0 and binutils 2.16, I get complaints from ld:
crtbeginS.o: CALL16 reloc at 0xfc not against global symbol
The call16 is in the .s file generated by gcc, but I can't tell why it's any
different from the others. Will attach .i and .s files (it would be nice if you
could do that when entering a bug...)
--
Summary: Gcc generates CALL16 reloc that ld objects to
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pkoning at equallogic dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-netbsdelf
GCC host triplet: i386-netbsdelf
GCC target triplet: mipsel-netbsdelf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21472