This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Jason R Thorpe wrote:
> On Wed, May 15, 2002 at 12:01:21AM +0200, Thiemo Seufer wrote:
> 
>  > Jason R Thorpe wrote:
>  > > OK to commit?
>  > > 
>  > > 	* config.bfd (mips*el-*-netbsd*): Add bfd_elf64_bigmips_vec
>  > > 	and bfd_elf64_littlemips_vec to targ_selvecs.
>  > > 	(mips*-*-netbsd*): Likewise.
>  > 
>  > Why not adding this to "targ64_selvecs" instead?
> 
> 	(1) I always want to include elf64_{big,little}mips support in
> 	    the NetBSD MIPS config.  It looks like if I put it in
> 	    targ64_selvecs, I would need to explicitly set want64=true
> 	    to achieve this.

--enable-64-bit-bfd does this. If you include 64 bit targets into
"targ_selvecs" this happens implicitly, which means the toolchain
will always build with BFD64.

> 	(2) The patch I submitted is consistent with other MIPS
> 	    configurations.

I have a patch here to change this in order to re-allow MIPS
toolchains for targets without 64 bit (compiler) integer.


Thiemo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]