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] MIPS gas/ld test suite portability fixes


Maciej W. Rozycki wrote:
> Hello,
> 
>  It's generally unsafe to assume the default MIPS arch type will work for 
> NewABI tests (although it may happen to be the case with the targets that 
> currently enable them).  For example we get several failures with our SDE 
> toolchain if we configure it for mipsisa32-*.  I think it shouldn't hurt 
> to specify a compatible arch explicitly.
> 
>  We get failures due to a different alignment of sections, too.  Finally 
> one of the ld cases omits emulation specification, which may also lead to 
> a failure.
> 
>  Here's a fix that addresses these issues.  No regressions for 
> mips64-linux-gnu.
> 
> gas/testsuite/:
> 2005-02-22  Maciej W. Rozycki  <macro@mips.com>
> 
> 	* mips/elf-rel-got-n32.d: Pass -march=mips3 to gas to select a
> 	64-bit architecture.

We should probably change gas instead to imply MIPS III for -n32/-64.
It is the required minimum for NewABI anyways.


Thiemo


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