[patch]: Fix base-file and relocation for w64

Alan Modra amodra@bigpond.net.au
Wed Oct 1 15:08:00 GMT 2008


On Wed, Oct 01, 2008 at 02:09:39PM +0200, Kai Tietz wrote:
>         * cofflink.c (_bfd_coff_generic_relocate_section): Dump bfd_vma 
> sized addresses instead of long sized.

Suppose I build binutils on a 32-bit host for target i686-pc-cygwin.
Then I think you'll have a 32-bit bfd_vma.  If I build again on the
same host, but this time enable an additional target which happens to
be 64-bit, eg. --target=i686-pc-cygwin --enable-targets=x86_64-mingw,
then bfd_vma is 64-bit.  Do you really want to introduce this
incompatibility?

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list