mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
use CPU_RM9000.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
|
||||||
|
use CPU_RM9000.
|
||||||
|
|
||||||
2004-12-07 Ben Elliston <bje@gnu.org>
|
2004-12-07 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* read.c (s_align): Use an align_limit temporary to allay a GCC
|
* read.c (s_align): Use an align_limit temporary to allay a GCC
|
||||||
|
@ -13820,7 +13820,7 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
|
|||||||
{ "rm5261", 0, ISA_MIPS4, CPU_R5000 },
|
{ "rm5261", 0, ISA_MIPS4, CPU_R5000 },
|
||||||
{ "rm5721", 0, ISA_MIPS4, CPU_R5000 },
|
{ "rm5721", 0, ISA_MIPS4, CPU_R5000 },
|
||||||
{ "rm7000", 0, ISA_MIPS4, CPU_RM7000 },
|
{ "rm7000", 0, ISA_MIPS4, CPU_RM7000 },
|
||||||
{ "rm9000", 0, ISA_MIPS4, CPU_RM7000 },
|
{ "rm9000", 0, ISA_MIPS4, CPU_RM9000 },
|
||||||
|
|
||||||
/* MIPS 32 */
|
/* MIPS 32 */
|
||||||
{ "4kc", 0, ISA_MIPS32, CPU_MIPS32 },
|
{ "4kc", 0, ISA_MIPS32, CPU_MIPS32 },
|
||||||
|
Reference in New Issue
Block a user