summaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
diff options
context:
space:
mode:
authorChenghua Xu <paul.hua.gm@gmail.com>2019-01-20 01:51:30 +0000
committerChenghua Xu <paul.hua.gm@gmail.com>2019-01-20 02:36:40 +0000
commit57299f4831b9afe5923c808534003af665659a31 (patch)
tree62b066c27abc937e375081ff1fb427045d354de4 /opcodes/mips-dis.c
parent3e80dafbfee64a4a9cdec17d60a3e18cf1fef28f (diff)
downloadbinutils-gdb-57299f4831b9afe5923c808534003af665659a31.tar.gz
[MIPS] fix typo in mips_arch_choices.
opcodes/ * mips-dis.c (mips_arch_choices): Fix typo in gs464, gs464e and gs264e descriptors.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r--opcodes/mips-dis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index 0dd85e37797..0dc437ede47 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -635,17 +635,17 @@ const struct mips_arch_choice mips_arch_choices[] =
mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264,
mips_hwr_names_numeric },
- { "g464", 1, bfd_mach_mips_gs464, CPU_GS464,
+ { "gs464", 1, bfd_mach_mips_gs464, CPU_GS464,
ISA_MIPS64R2, ASE_LOONGSON_MMI | ASE_LOONGSON_CAM | ASE_LOONGSON_EXT,
mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264,
mips_hwr_names_numeric },
- { "g464e", 1, bfd_mach_mips_gs464e, CPU_GS464E,
+ { "gs464e", 1, bfd_mach_mips_gs464e, CPU_GS464E,
ISA_MIPS64R2, ASE_LOONGSON_MMI | ASE_LOONGSON_CAM | ASE_LOONGSON_EXT
| ASE_LOONGSON_EXT2, mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264,
mips_hwr_names_numeric },
- { "g264e", 1, bfd_mach_mips_gs464e, CPU_GS264E,
+ { "gs264e", 1, bfd_mach_mips_gs464e, 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 },