From 8d56b9fcf3fa7f813e5d90c1f7add08029b6db79 Mon Sep 17 00:00:00 2001 From: Chenghua Xu Date: Mon, 26 Jul 2021 20:58:49 +0800 Subject: Correct gs264e bfd_mach in mips_arch_choices. opcodes/ * mips-dis.c (mips_arch_choices): Correct gs264e bfd_mach. --- opcodes/ChangeLog | 4 ++++ opcodes/mips-dis.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fbec1821d87..6e4d758bb21 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2021-07-26 Chenghua Xu + + * mips-dis.c (mips_arch_choices): Correct gs264e bfd_mach. + 2021-06-07 Andreas Krebbel * s390-opc.txt: Add qpaci. diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 591caf11e28..1b9f88644ec 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -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 }, -- cgit v1.2.1