Add -march=interaptiv
authorRobert Suchanek <robert.suchanek@imgtec.com>
Tue, 28 Jul 2015 10:26:31 +0000 (11:26 +0100)
committerRobert Suchanek <robert.suchanek@imgtec.com>
Tue, 28 Jul 2015 10:26:31 +0000 (11:26 +0100)
gas/

* config/tc-mips.c (mips_cpu_info_table): Add interaptiv entry.
* doc/c-mips.text: Document -march=interaptiv.

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

index b640a621ceb26ee27059025bc5f8248fb7edc7a0..b0eb854ff9acd166f4988fc7066a8151f2d4bd1d 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-28  Robert Suchanek  <robert.suchanek@imgtec.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add interaptiv entry.
+       * doc/c-mips.text: Document -march=interaptiv.
+
 2015-07-27  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
index f67fbd0e68716a0df9b6918d98997d283605ef2d..907fafdc83d027c8c48e96c09b9678c2c83fd1db 100644 (file)
@@ -18666,6 +18666,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
   { "1004kf2_1",      0, ASE_DSP | ASE_MT,     ISA_MIPS32R2, CPU_MIPS32R2 },
   { "1004kf",         0, ASE_DSP | ASE_MT,     ISA_MIPS32R2, CPU_MIPS32R2 },
   { "1004kf1_1",      0, ASE_DSP | ASE_MT,     ISA_MIPS32R2, CPU_MIPS32R2 },
+  /* interaptiv is the new name for 1004kf */
+  { "interaptiv",     0, ASE_DSP | ASE_MT,     ISA_MIPS32R2, CPU_MIPS32R2 },
   /* P5600 with EVA and Virtualization ASEs, other ASEs are optional.  */
   { "p5600",          0, ASE_VIRT | ASE_EVA | ASE_XPA,         ISA_MIPS32R5, CPU_MIPS32R5 },
 
index f72db68a3726d25421c35ef967546b31f5f12bcf..f2f80d50957a0e9a975ce73ad8d220462f0b5a5c 100644 (file)
@@ -369,6 +369,7 @@ m14kec,
 1004kf2_1,
 1004kf,
 1004kf1_1,
+interaptiv,
 p5600,
 5kc,
 5kf,