2001-10-20 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (md_show_usage): Print "sb1" for Broadcom SB-1 CPU for consistency. (mips_cpu_info_table): Tweak comment about SB-1.
This commit is contained in:
parent
75c9979e9a
commit
2e4acd247e
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2001-10-20 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (md_show_usage): Print "sb1" for Broadcom
|
||||||
|
SB-1 CPU for consistency.
|
||||||
|
(mips_cpu_info_table): Tweak comment about SB-1.
|
||||||
|
|
||||||
2001-10-20 H.J. Lu <hjl@gnu.org>
|
2001-10-20 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* config/tc-arm.c (do_c_shift): Use ISDIGIT instead of isdigit.
|
* config/tc-arm.c (do_c_shift): Use ISDIGIT instead of isdigit.
|
||||||
|
|
|
@ -9895,7 +9895,7 @@ MIPS options:\n\
|
||||||
show (stream, "8000", &column, &first);
|
show (stream, "8000", &column, &first);
|
||||||
show (stream, "10000", &column, &first);
|
show (stream, "10000", &column, &first);
|
||||||
show (stream, "12000", &column, &first);
|
show (stream, "12000", &column, &first);
|
||||||
show (stream, "sb-1", &column, &first);
|
show (stream, "sb1", &column, &first);
|
||||||
fputc ('\n', stream);
|
fputc ('\n', stream);
|
||||||
|
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
|
@ -12981,7 +12981,7 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
|
||||||
{ "r5k", 0, ISA_MIPS4, CPU_R5000, },
|
{ "r5k", 0, ISA_MIPS4, CPU_R5000, },
|
||||||
{ "r7000", 0, ISA_MIPS4, CPU_R5000, },
|
{ "r7000", 0, ISA_MIPS4, CPU_R5000, },
|
||||||
|
|
||||||
/* SiByte SB-1 CPU */
|
/* Broadcom SB-1 CPU */
|
||||||
{ "SB-1", 0, ISA_MIPS64, CPU_SB1, },
|
{ "SB-1", 0, ISA_MIPS64, CPU_SB1, },
|
||||||
{ "sb-1250", 0, ISA_MIPS64, CPU_SB1, },
|
{ "sb-1250", 0, ISA_MIPS64, CPU_SB1, },
|
||||||
{ "sb1", 0, ISA_MIPS64, CPU_SB1, },
|
{ "sb1", 0, ISA_MIPS64, CPU_SB1, },
|
||||||
|
|
Loading…
Reference in a new issue