* config/tc-mips.c (mips_cpu_info_table): Add "m14k" and
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 9 Aug 2011 15:25:32 +0000 (15:25 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 9 Aug 2011 15:25:32 +0000 (15:25 +0000)
"m14kc".
* doc/c-mips.texi (MIPS architecture options): Add "m14k" and
"m14kc" to the list of -march options.

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

index c2304dfe2086a10441545a1e6894491b5e6373ca..92e77c0bca6a1e6953497ec59885cb7dcae5fd25 100644 (file)
@@ -1,3 +1,11 @@
+2011-08-09  Chao-ying Fu  <fu@mips.com>
+            Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add "m14k" and
+       "m14kc".
+       * doc/c-mips.texi (MIPS architecture options): Add "m14k" and
+       "m14kc" to the list of -march options.
+
 2011-08-09  Chao-ying Fu  <fu@mips.com>
             Maciej W. Rozycki  <macro@codesourcery.com>
 
index c9b653c8882020378db37170ebca297becdf2e2e..c6fd5c7778a3af100cf36cdd4ed4509b972ec594 100644 (file)
@@ -18963,6 +18963,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
   { "4ksd",           MIPS_CPU_ASE_SMARTMIPS,  ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "m4k",            0,                       ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "m4kp",           0,                       ISA_MIPS32R2,   CPU_MIPS32R2 },
+  { "m14k",           MIPS_CPU_ASE_MCU,                ISA_MIPS32R2,   CPU_MIPS32R2 },
+  { "m14kc",          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 28f31d0b6ff90c750be2ada03d0717ffdaa65da7..d3860f1a99d64457255b95ed183e04f7b362f7ab 100644 (file)
@@ -288,6 +288,8 @@ rm9000,
 4ksd,
 m4k,
 m4kp,
+m14k,
+m14kc,
 24kc,
 24kf2_1,
 24kf,
This page took 0.037394 seconds and 4 git commands to generate.