aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorRobert Suchanek <robert.suchanek@imgtec.com>2015-07-28 11:26:31 +0100
committerRobert Suchanek <robert.suchanek@imgtec.com>2015-07-28 11:26:31 +0100
commit77403ce9669d35b286b3ca75fdc1e4c61f36b59a (patch)
tree55d09b33a34c11a213439db2efb9fbc8d1b32276 /gas
parente5654c0f8492e65b3e3ac5e1a2276856049eb1b1 (diff)
downloadfsf-binutils-gdb-77403ce9669d35b286b3ca75fdc1e4c61f36b59a.zip
fsf-binutils-gdb-77403ce9669d35b286b3ca75fdc1e4c61f36b59a.tar.gz
fsf-binutils-gdb-77403ce9669d35b286b3ca75fdc1e4c61f36b59a.tar.bz2
Add -march=interaptiv
gas/ * config/tc-mips.c (mips_cpu_info_table): Add interaptiv entry. * doc/c-mips.text: Document -march=interaptiv.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-mips.c2
-rw-r--r--gas/doc/c-mips.texi1
3 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index b640a62..b0eb854 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index f67fbd0..907fafd 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -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 },
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index f72db68..f2f80d5 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -369,6 +369,7 @@ m14kec,
1004kf2_1,
1004kf,
1004kf1_1,
+interaptiv,
p5600,
5kc,
5kf,