Correct gs264e bfd_mach in mips_arch_choices.
opcodes/ * mips-dis.c (mips_arch_choices): Correct gs264e bfd_mach.
This commit is contained in:
parent
dfe3b80549
commit
8d56b9fcf3
2 changed files with 5 additions and 1 deletions
|
@ -670,7 +670,7 @@ const struct mips_arch_choice mips_arch_choices[] =
|
|||
| ASE_LOONGSON_EXT2, mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264,
|
||||
mips_hwr_names_numeric },
|
||||
|
||||
{ "gs264e", 1, bfd_mach_mips_gs464e, CPU_GS264E,
|
||||
{ "gs264e", 1, bfd_mach_mips_gs264e, CPU_GS264E,
|
||||
ISA_MIPS64R2, ASE_LOONGSON_MMI | ASE_LOONGSON_CAM | ASE_LOONGSON_EXT
|
||||
| ASE_LOONGSON_EXT2 | ASE_MSA | ASE_MSA64, mips_cp0_names_numeric, NULL,
|
||||
0, mips_cp1_names_mips3264, mips_hwr_names_numeric },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue