From: Sandra Loosemore Date: Wed, 1 Aug 2012 19:59:43 +0000 (+0000) Subject: 2012-08-01 Catherine Moore X-Git-Tag: sid-snapshot-20120901~312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=711eefe492969b15faf9e305658622b9b403752b;p=external%2Fbinutils.git 2012-08-01 Catherine Moore Sandra Loosemore gas/ * config/mips/tc-mips.c (mips_cpu_info): Add the 34kn. * doc/c-mips.texi (MIPS Opts): Document it. --- 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 + Sandra Loosemore + + * config/mips/tc-mips.c (mips_cpu_info): Add the 34kn. + * doc/c-mips.texi (MIPS Opts): Document it. + 2012-08-01 James Lemke * 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,