Add MIPS V and MIPS 64 machine numbers
[deliverable/binutils-gdb.git] / opcodes / mips-dis.c
index bb970ef5483b7c8c3ae103d58b42f9a72dd1be64..61f67880e1536a0b382d9efdf09dd7754b3f8b33 100644 (file)
@@ -363,6 +363,14 @@ set_mips_isa_type (mach, isa, cputype)
       target_processor = CPU_MIPS32_4K;
       mips_isa = ISA_MIPS32;
       break;
+    case bfd_mach_mips5:
+      target_processor = CPU_MIPS5;
+      mips_isa = ISA_MIPS5;
+      break;
+    case bfd_mach_mips64:
+      target_processor = CPU_MIPS64;
+      mips_isa = ISA_MIPS64;
+      break;
     default:
       target_processor = CPU_R3000;
       mips_isa = ISA_MIPS3;
This page took 0.024506 seconds and 4 git commands to generate.