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 5eb3491fd42ef2efc6ead1783b26d50b038bd8fa..e3c02c8f77f8a67626cac08cd7df9c33a0d40e17 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 a06bfec15d0e4761a7df446de80a34a40450af67..82c2cd22ed003c72b6097155f663bd940ac52577 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 }
This page took 0.037343 seconds and 4 git commands to generate.