Add i6400 entry to the MIPS CPU table.
authorAndrew Bennett <andrew.bennett@imgtec.com>
Thu, 12 Mar 2015 16:27:46 +0000 (16:27 +0000)
committerAndrew Bennett <andrew.bennett@imgtec.com>
Thu, 12 Mar 2015 16:37:09 +0000 (16:37 +0000)
gas/

* config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
* doc/c-mips.texi: Document i6400 -march option.

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

index 36f0f32..eef846c 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-12  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
+       * doc/c-mips.texi: Document i6400 -march option.
+
 2015-03-12  Nick Clifton  <nickc@redhat.com>
 
        PR gas/17444
index af18430..e61bb4d 100644 (file)
@@ -18686,6 +18686,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
      MIPS64R2 rather than MIPS64.  */
   { "xlp",           0, 0,                     ISA_MIPS64R2, CPU_XLR },
 
+  /* i6400.  */
+  { "i6400",         0, ASE_MSA,               ISA_MIPS64R6, CPU_MIPS64R6},
+
   /* End marker */
   { NULL, 0, 0, 0, 0 }
 };
index 1cee3a5..f72db68 100644 (file)
@@ -376,6 +376,7 @@ p5600,
 25kf,
 sb1,
 sb1a,
+i6400,
 loongson2e,
 loongson2f,
 loongson3a,