Add MIPS SB1 machine
[deliverable/binutils-gdb.git] / opcodes / mips-dis.c
index 61f67880e1536a0b382d9efdf09dd7754b3f8b33..a75dc89d9f8097a28f4c0a9d0f6fa72c85acd684 100644 (file)
@@ -371,6 +371,10 @@ set_mips_isa_type (mach, isa, cputype)
       target_processor = CPU_MIPS64;
       mips_isa = ISA_MIPS64;
       break;
+    case bfd_mach_mips_sb1:
+      target_processor = CPU_SB1;
+      mips_isa = ISA_MIPS64;
+      break;
     default:
       target_processor = CPU_R3000;
       mips_isa = ISA_MIPS3;
This page took 0.030712 seconds and 4 git commands to generate.