* gdb.server/ext-run.exp: Fix intermittent failures.
[deliverable/binutils-gdb.git] / opcodes / mips-dis.c
index c0cfed671ed8422d48dbfe0ae0c1e02d2f25a8e7..a528e9650e7cab04e66116ecb66bccb94b0ebede 100644 (file)
@@ -512,6 +512,10 @@ const struct mips_arch_choice mips_arch_choices[] =
     ISA_MIPS3 | INSN_LOONGSON_2F, mips_cp0_names_numeric, 
     NULL, 0, mips_hwr_names_numeric },
 
+  { "loongson3a",   1, bfd_mach_mips_loongson_3a, CPU_LOONGSON_3A,
+    ISA_MIPS64 | INSN_LOONGSON_3A, mips_cp0_names_numeric, 
+    NULL, 0, mips_hwr_names_numeric },
+
   { "octeon",   1, bfd_mach_mips_octeon, CPU_OCTEON,
     ISA_MIPS64R2 | INSN_OCTEON, mips_cp0_names_numeric, NULL, 0,
     mips_hwr_names_numeric },
This page took 0.023313 seconds and 4 git commands to generate.