This is the mail archive of the binutils@sourceware.org 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]

[Patch] Fix some gas FAILures on mips64


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.

Attachment: gasfail.patch
Description: Text document


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