This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
[applied mips patch] clean up SB-1 cpu info table entries.
- From: cgd at broadcom dot com
- To: binutils at sources dot redhat dot com
- Date: 30 Jul 2002 22:49:45 -0700
- Subject: [applied mips patch] clean up SB-1 cpu info table entries.
(obvious, checked w/ various mips*-elf targets.)
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.
Index: config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.154
diff -u -p -r1.154 tc-mips.c
--- config/tc-mips.c 30 Jul 2002 23:56:28 -0000 1.154
+++ config/tc-mips.c 31 Jul 2002 05:47:29 -0000
@@ -13489,11 +13489,8 @@ static const struct mips_cpu_info mips_c
{ "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 }