* config/tc-mips.c (mips_cpu_info_table): Add Octeon.
authorAdam Nemet <anemet@caviumnetworks.com>
Mon, 4 Feb 2008 19:20:16 +0000 (19:20 +0000)
committerAdam Nemet <anemet@caviumnetworks.com>
Mon, 4 Feb 2008 19:20:16 +0000 (19:20 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 2ecfdef816f38deb24e2f05838f9eb950e49ea34..29813e93500134b081180ad36d3651a00c360167 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-04  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add Octeon.
+
 2008-01-31  Marc Gauthier  <marc@tensilica.com>
 
        * configure.tgt (xtensa*-*-*): Recognize processor variants.
index e29041cf72d34ec7dbd43d501185bbf42155b5b3..f089345456f944f6f8ff402bb1851c1066168955 100644 (file)
@@ -14865,6 +14865,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
   { "loongson2e",     0,      ISA_MIPS3,      CPU_LOONGSON_2E },
   { "loongson2f",     0,      ISA_MIPS3,      CPU_LOONGSON_2F },
 
+  /* Cavium Networks Octeon CPU core */
+  { "octeon",        0,      ISA_MIPS64R2,   CPU_OCTEON },
+
   /* End marker */
   { NULL, 0, 0, 0 }
 };