mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
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
@ -1,3 +1,7 @@
|
||||
2021-07-26 Chenghua Xu <xuchenghua@loongson.cn>
|
||||
|
||||
* mips-dis.c (mips_arch_choices): Correct gs264e bfd_mach.
|
||||
|
||||
2021-06-07 Andreas Krebbel <krebbel@linux.ibm.com>
|
||||
|
||||
* s390-opc.txt: Add qpaci.
|
||||
|
@ -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…
Reference in New Issue
Block a user