This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Does ix86 PE support 64bit bfd?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: dannysmith at clear dot net dot nz, cgf at redhat dot com
- Cc: binutils at sources dot redhat dot com
- Date: Sun, 4 Feb 2007 19:33:41 -0800
- Subject: Does ix86 PE support 64bit bfd?
Hi,
I am working on ia32 linker bug:
http://sourceware.org/bugzilla/show_bug.cgi?id=3966
where IA32 32bit address wrap around doesn't work with 32bit host.
My proposed solution is to use 64bit bfd for ia32 targets. But
I am not sure if ix86 PE works with 64bit bfd:
http://sourceware.org/bugzilla/show_bug.cgi?id=3961
Can you check it out? You can configure binutils with
--enable-64-bit-bfd to use 64bit bfd.
Thanks.
H.J.