Add Broadcom SB-1A support.
authorJim Wilson <wilson@tuliptree.org>
Fri, 7 Jul 2006 23:17:55 +0000 (23:17 +0000)
committerJim Wilson <wilson@tuliptree.org>
Fri, 7 Jul 2006 23:17:55 +0000 (23:17 +0000)
* config/tc-mips.c (mips_cpu_info_table): Add sb1a.

gas/ChangeLog
gas/config/tc-mips.c

index 5eb3491..e3c02c8 100644 (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>
 
index a06bfec..82c2cd2 100644 (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 }