* mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A.

(INSN_LOONGSON_3A): Clear bit 31.

	* elfxx-mips.c (mips_set_isa_flags): Move bfd_mach_loongson_3a
	after bfd_mach_mips_sb1.

	* config/tc-mips.c (mips_cpu_info_table): Move loongson3a after sb1.
This commit is contained in:
Nick Clifton
2010-11-23 17:04:11 +00:00
parent 943c59e3e8
commit 32ab31795a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2010-11-23 Maciej W. Rozycki <macro@linux-mips.org>
* mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A.
(INSN_LOONGSON_3A): Clear bit 31.
2010-11-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
PR gas/12198