aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2001-10-21 05:58:55 +0000
committerChris Demetriou <cgd@google.com>2001-10-21 05:58:55 +0000
commit2e4acd247eb79f179e4c084a74ea1100f7cc34b7 (patch)
tree3e5b67d4d4d7e4bc749f4fc1224515b3277406b4 /gas
parent75c9979e9af39cf456a1cffe41ecb0ac711d7896 (diff)
downloadgdb-2e4acd247eb79f179e4c084a74ea1100f7cc34b7.zip
gdb-2e4acd247eb79f179e4c084a74ea1100f7cc34b7.tar.gz
gdb-2e4acd247eb79f179e4c084a74ea1100f7cc34b7.tar.bz2
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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/config/tc-mips.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index acea65f..f3a41f4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>
* config/tc-arm.c (do_c_shift): Use ISDIGIT instead of isdigit.
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index fc8a4c1..847ee2c 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -9895,7 +9895,7 @@ MIPS options:\n\
show (stream, "8000", &column, &first);
show (stream, "10000", &column, &first);
show (stream, "12000", &column, &first);
- show (stream, "sb-1", &column, &first);
+ show (stream, "sb1", &column, &first);
fputc ('\n', stream);
fprintf (stream, _("\
@@ -12981,7 +12981,7 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
{ "r5k", 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-1250", 0, ISA_MIPS64, CPU_SB1, },
{ "sb1", 0, ISA_MIPS64, CPU_SB1, },