2002-07-30 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (mips_cpu_info_table): Clean up entries related to Broadcom SB-1 core support.
This commit is contained in:
parent
06e7837e0f
commit
c7a2332413
@ -1,3 +1,8 @@
|
||||
2002-07-30 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* config/tc-mips.c (mips_cpu_info_table): Clean up entries related
|
||||
to Broadcom SB-1 core support.
|
||||
|
||||
2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.c (mips_target_format): Fix formatting.
|
||||
|
@ -13489,11 +13489,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
|
||||
{ "5kc", 0, ISA_MIPS64, CPU_MIPS64 },
|
||||
{ "20kc", 0, ISA_MIPS64, CPU_MIPS64 },
|
||||
|
||||
/* Broadcom SB-1 CPU */
|
||||
{ "SB-1", 0, ISA_MIPS64, CPU_SB1 },
|
||||
{ "sb-1250", 0, ISA_MIPS64, CPU_SB1 },
|
||||
/* Broadcom SB-1 CPU core */
|
||||
{ "sb1", 0, ISA_MIPS64, CPU_SB1 },
|
||||
{ "sb1250", 0, ISA_MIPS64, CPU_SB1 },
|
||||
|
||||
/* End marker */
|
||||
{ NULL, 0, 0, 0 }
|
||||
|
Loading…
Reference in New Issue
Block a user