------- Additional Comments From hjl dot tools at gmail dot com 2010-05-05 15:59 ------- (In reply to comment #7) > > You should checkout how other x86-64 low-level loaders deal with it. > > They just don't have cross 32/64 bit relocations. In our case we badly need > them > :(
What you are trying to do violates x86-64 psABI and it isn't supported by the x86-64 linker. You have 2 choices: 1. Use a private linker with your changes. 2. Propose a new linker switch to support x86-64 binaries loaded at virtual addresses lower then 4GB. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11549 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils