[Patch] Fix some gas FAILures on mips64
David Daney
david.daney@cavium.com
Fri Dec 2 22:52:00 GMT 2011
On mips64-linux-gnu we were seeing the gas mips4-fp and mips5-fp tests
fail when run for the mips32r2 architecture. This was happening because
the default ABI for the assembler was 64 bits, but mips32r2 only
supports 32 bit ABIs.
The fix is to duplicate the .d files for these tests for mips32r2, and
supply -32 to gas to get the proper ABI.
Tested on both:
mips64-linux-gnu and mips-linux-gnu
OK to commit?
2011-12-02 David Daney <david.daney@cavium.com>
* gas/mips/mips32r2@mips4-fp.d: New file.
* gas/mips/mips32r2@mips5-fp.d: New file.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gasfail.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20111202/599af0ae/attachment.ksh>
More information about the Binutils
mailing list