aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2012-08-01 19:59:43 +0000
committerSandra Loosemore <sandra@codesourcery.com>2012-08-01 19:59:43 +0000
commit711eefe492969b15faf9e305658622b9b403752b (patch)
tree46bdd1aebd43e9914ffdf380ba7b0061a5e06373 /gas
parent57295b0bb3d70ec0760029f9515b0631ad9e4110 (diff)
downloadgdb-711eefe492969b15faf9e305658622b9b403752b.zip
gdb-711eefe492969b15faf9e305658622b9b403752b.tar.gz
gdb-711eefe492969b15faf9e305658622b9b403752b.tar.bz2
2012-08-01 Catherine Moore <clm@codesourcery.com>
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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/config/tc-mips.c2
-rw-r--r--gas/doc/c-mips.texi1
3 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6a6c834..839b45f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index e2ecf5d..a9bd0d8 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -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 },
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index 8701dc7..772c989 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -304,6 +304,7 @@ m14kec,
34kf2_1,
34kf,
34kf1_1,
+34kn,
74kc,
74kf2_1,
74kf,