Add i6400 entry to the MIPS CPU table.

gas/

	* config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
	* doc/c-mips.texi: Document i6400 -march option.
This commit is contained in:
Andrew Bennett 2015-03-12 16:27:46 +00:00
parent 93ef582deb
commit 7ef0d2976a
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
* config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
* doc/c-mips.texi: Document i6400 -march option.
2015-03-12 Nick Clifton <nickc@redhat.com>
PR gas/17444

View File

@ -18686,6 +18686,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
MIPS64R2 rather than MIPS64. */
{ "xlp", 0, 0, ISA_MIPS64R2, CPU_XLR },
/* i6400. */
{ "i6400", 0, ASE_MSA, ISA_MIPS64R6, CPU_MIPS64R6},
/* End marker */
{ NULL, 0, 0, 0, 0 }
};

View File

@ -376,6 +376,7 @@ p5600,
25kf,
sb1,
sb1a,
i6400,
loongson2e,
loongson2f,
loongson3a,