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: check mips abi x linker emulation compatibility


Maciej W. Rozycki wrote:
[snip]
>  I would really like to see the switch above as:
> 
>     case ${target} in
>       mips64*-linux*)
> 	mips_default_abi=N64_ABI
> 	;;
>       mipsn32*-linux* | mips-sgi-irix6*)
> 	mips_default_abi=N32_ABI
> 	;;
>       mips*-linux*)
> 	mips_default_abi=O32_ABI
> 	;;
>       *)
> 	mips_default_abi=NO_ABI
> 	;;
>     esac
> 
> so that one can select which one of the two: n32, (n)64 ABIs he wants as a
> default.

FWIW, I disagree on changing the default for mips64*-*-linux*, as N32
results in better performance for most applications. N64 is good for
large memory applications but slower.

I'm not opposed to specialized N32 od N64 configurations though, it
would at least save single-ABI systems from mulitlib hassles.


Thiemo


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