[PATCH/RFA] Add elf64_{big,little}mips to mips*-*-netbsd*

Ian Lance Taylor ian@airs.com
Tue May 14 17:18:00 GMT 2002


Jason R Thorpe <thorpej@wasabisystems.com> writes:

> It seems like the real bug is that there is not a sufficient autoconf
> check for 64-bit support in the host's compiler.  (If the host's compiler
> can do it, BFD64 should always be defined, IMO.)

No, that would make bfd_vma 64 bit.  When building native tools for
the ix86, you want a 32 bit bfd_vma even if the compiler can support a
64 bit one.  If bfd_vma is 64 bit, it will slow everything down.

Ian



More information about the Binutils mailing list