]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-mips.c (mips_cpu_info_table): Add "m14ke" and
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 16 Nov 2011 12:21:35 +0000 (12:21 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Wed, 16 Nov 2011 12:21:35 +0000 (12:21 +0000)
"m14kec".
* doc/c-mips.texi (MIPS architecture options): Add "m14ke" and
"m14kec" to the list of -march options.

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

index 475929e8537c9326afc7459617d5b5760b0855d6..6ca4edef98bcecd2e54bc3d0f2fda90d77de2863 100644 (file)
@@ -1,3 +1,11 @@
+2011-11-16  Catherine Moore  <clm@codesourcery.com>
+            Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add "m14ke" and
+       "m14kec".
+       * doc/c-mips.texi (MIPS architecture options): Add "m14ke" and
+       "m14kec" to the list of -march options.
+
 2011-11-15  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * write.c (dump_section_relocs): Don't convert PC-relative relocs
index c4afee3bead458fc59803386edb9902642ca22e1..6af54f867c70ea04425615b6987eaf67ffdbeb41 100644 (file)
@@ -18963,6 +18963,10 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
   { "m4kp",           0,                       ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "m14k",           MIPS_CPU_ASE_MCU,                ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "m14kc",          MIPS_CPU_ASE_MCU,                ISA_MIPS32R2,   CPU_MIPS32R2 },
+  { "m14ke",          MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_DSPR2 | MIPS_CPU_ASE_MCU,
+                                               ISA_MIPS32R2,   CPU_MIPS32R2 },
+  { "m14kec",         MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_DSPR2 | MIPS_CPU_ASE_MCU,
+                                               ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "24kc",           0,                       ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "24kf2_1",        0,                       ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "24kf",           0,                       ISA_MIPS32R2,   CPU_MIPS32R2 },
index d3860f1a99d64457255b95ed183e04f7b362f7ab..22c7c38bf2c0e4bde7689fe36849d006a937014a 100644 (file)
@@ -290,6 +290,8 @@ m4k,
 m4kp,
 m14k,
 m14kc,
+m14ke,
+m14kec,
 24kc,
 24kf2_1,
 24kf,