[MIPS] fix typo in mips_arch_choices.
authorChenghua Xu <paul.hua.gm@gmail.com>
Sun, 20 Jan 2019 01:51:30 +0000 (01:51 +0000)
committerChenghua Xu <paul.hua.gm@gmail.com>
Sun, 20 Jan 2019 02:36:40 +0000 (02:36 +0000)
opcodes/
* mips-dis.c (mips_arch_choices): Fix typo in
gs464, gs464e and gs264e descriptors.

opcodes/ChangeLog
opcodes/mips-dis.c

index 8f4e0cb2c4eec8013e2efd4fa40eabd39ee63b5a..05c7d239ce3269e167fa6d34f341f9863c6ecb51 100644 (file)
@@ -1,3 +1,7 @@
+2019-01-20  Chenghua Xu  <paul.hua.gm@gmail.com>
+       * mips-dis.c (mips_arch_choices): Fix typo in
+       gs464, gs464e and gs264e descriptors.
+
 2019-01-19  Nick Clifton  <nickc@redhat.com>
 
        * configure: Regenerate.
index 0dd85e37797037dff498a74b8aa3bf3361ded4bf..0dc437ede475fbe5d73491771becc4d45dba8ad5 100644 (file)
@@ -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 },
This page took 0.02998 seconds and 4 git commands to generate.