Add Broadcom SB-1A support.

* config/tc-mips.c (mips_cpu_info_table): Add sb1a.
This commit is contained in:
Jim Wilson 2006-07-07 23:17:55 +00:00
parent 1dff4b6426
commit 1e85aad828
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-07-07 James E Wilson <wilson@specifix.com>
* config/tc-mips.c (mips_cpu_info_table): Add sb1a.
2006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
Nick Clifton <nickc@redhat.com>

View File

@ -14632,6 +14632,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
/* Broadcom SB-1 CPU core */
{ "sb1", MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX,
ISA_MIPS64, CPU_SB1 },
/* Broadcom SB-1A CPU core */
{ "sb1a", MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX,
ISA_MIPS64, CPU_SB1 },
/* End marker */
{ NULL, 0, 0, 0 }