2012-08-01 Catherine Moore <clm@codesourcery.com>
authorSandra Loosemore <sandra@codesourcery.com>
Wed, 1 Aug 2012 19:59:43 +0000 (19:59 +0000)
committerSandra Loosemore <sandra@codesourcery.com>
Wed, 1 Aug 2012 19:59:43 +0000 (19:59 +0000)
    Sandra Loosemore  <sandra@codesourcery.com>

gas/
* config/mips/tc-mips.c (mips_cpu_info):  Add the 34kn.
* doc/c-mips.texi (MIPS Opts): Document it.

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

index 6a6c834..839b45f 100644 (file)
@@ -1,3 +1,9 @@
+2012-08-01  Catherine Moore  <clm@codesourcery.com>
+           Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config/mips/tc-mips.c (mips_cpu_info):  Add the 34kn.
+       * doc/c-mips.texi (MIPS Opts): Document it.
+
 2012-08-01  James Lemke  <jwlemke@codesourcery.com>
 
        * dwarf2dbg.c (out_set_addr): Allow for non-constant value of
index e2ecf5d..a9bd0d8 100644 (file)
@@ -19130,6 +19130,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
                                                ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "34kx",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT,
                                                ISA_MIPS32R2,   CPU_MIPS32R2 },
+  /* 34Kn is a 34kc without DSP.  */
+  { "34kn",           MIPS_CPU_ASE_MT,         ISA_MIPS32R2,   CPU_MIPS32R2 },
   /* 74K with DSP and DSPR2 ASE, other ASEs are optional.  */
   { "74kc",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_DSPR2,
                                                ISA_MIPS32R2,   CPU_MIPS32R2 },
index 8701dc7..772c989 100644 (file)
@@ -304,6 +304,7 @@ m14kec,
 34kf2_1,
 34kf,
 34kf1_1,
+34kn,
 74kc,
 74kf2_1,
 74kf,