mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
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:
parent
93ef582deb
commit
7ef0d2976a
@ -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
|
||||
|
@ -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 }
|
||||
};
|
||||
|
@ -376,6 +376,7 @@ p5600,
|
||||
25kf,
|
||||
sb1,
|
||||
sb1a,
|
||||
i6400,
|
||||
loongson2e,
|
||||
loongson2f,
|
||||
loongson3a,
|
||||
|
Loading…
Reference in New Issue
Block a user