aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2011-11-16 12:21:35 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2011-11-16 12:21:35 +0000
commit7a795ef4a7385b934b780c35c482c4b7c7f96a44 (patch)
tree4e76c20cef40184ba8407d14f5543683ca82cb04 /gas
parent72c4ab07b7203ae36281a2e4a93bb86593f5812c (diff)
downloadbinutils-7a795ef4a7385b934b780c35c482c4b7c7f96a44.zip
binutils-7a795ef4a7385b934b780c35c482c4b7c7f96a44.tar.gz
binutils-7a795ef4a7385b934b780c35c482c4b7c7f96a44.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog8
-rw-r--r--gas/config/tc-mips.c4
-rw-r--r--gas/doc/c-mips.texi2
3 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 475929e..6ca4ede 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index c4afee3..6af54f8 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -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 },
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index d3860f1..22c7c38 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -290,6 +290,8 @@ m4k,
m4kp,
m14k,
m14kc,
+m14ke,
+m14kec,
24kc,
24kf2_1,
24kf,