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.
This commit is contained in:
Sandra Loosemore 2012-08-01 19:59:43 +00:00
parent 57295b0bb3
commit 711eefe492
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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 },

View file

@ -304,6 +304,7 @@ m14kec,
34kf2_1,
34kf,
34kf1_1,
34kn,
74kc,
74kf2_1,
74kf,