mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* config/tc-mips.c (mips_cpu_info_table): Add "m14k" and
"m14kc". * doc/c-mips.texi (MIPS architecture options): Add "m14k" and "m14kc" to the list of -march options.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
2011-08-09 Chao-ying Fu <fu@mips.com>
|
||||||
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (mips_cpu_info_table): Add "m14k" and
|
||||||
|
"m14kc".
|
||||||
|
* doc/c-mips.texi (MIPS architecture options): Add "m14k" and
|
||||||
|
"m14kc" to the list of -march options.
|
||||||
|
|
||||||
2011-08-09 Chao-ying Fu <fu@mips.com>
|
2011-08-09 Chao-ying Fu <fu@mips.com>
|
||||||
Maciej W. Rozycki <macro@codesourcery.com>
|
Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
@ -18963,6 +18963,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
|
|||||||
{ "4ksd", MIPS_CPU_ASE_SMARTMIPS, ISA_MIPS32R2, CPU_MIPS32R2 },
|
{ "4ksd", MIPS_CPU_ASE_SMARTMIPS, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
{ "m4k", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
{ "m4k", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
{ "m4kp", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
{ "m4kp", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
|
{ "m14k", MIPS_CPU_ASE_MCU, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
|
{ "m14kc", MIPS_CPU_ASE_MCU, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
{ "24kc", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
{ "24kc", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
{ "24kf2_1", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
{ "24kf2_1", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
{ "24kf", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
{ "24kf", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
|
||||||
|
@ -288,6 +288,8 @@ rm9000,
|
|||||||
4ksd,
|
4ksd,
|
||||||
m4k,
|
m4k,
|
||||||
m4kp,
|
m4kp,
|
||||||
|
m14k,
|
||||||
|
m14kc,
|
||||||
24kc,
|
24kc,
|
||||||
24kf2_1,
|
24kf2_1,
|
||||||
24kf,
|
24kf,
|
||||||
|
Reference in New Issue
Block a user