Unfortunately, elf64_x86_64_check_relocs prohibits 32bit relocations, which
makes it impossible to link 32/64 bit code together in some cases though may be
needed in low-level loaders and such.
We faced this problem when tried to link together 32bit asm code with 64bit
system code. The target b
--- Additional Comments From dev at sw dot ru 2010-04-28 09:06 ---
Created an attachment (id=4756)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4756&action=view)
patch to fix
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11549
--- You are receiving this mail becaus
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-28
14:19 ---
Please provide a testcase.
--
What|Removed |Added
CC|