This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49860] [x32] Error: cannot represent relocation type BFD_RELOC_64 in x32 mode
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 27 Jul 2011 08:09:31 +0000
- Subject: [Bug target/49860] [x32] Error: cannot represent relocation type BFD_RELOC_64 in x32 mode
- Auto-submitted: auto-generated
- References: <bug-49860-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49860
--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2011-07-27 08:09:13 UTC ---
Assembler should accept R_X86_64_64 and zero-extend it to 8 bytes. It is the
same issue as [1].
[1] http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01825.html