Add MIPS r12k support

This commit is contained in:
Nick Clifton
2001-05-23 17:26:40 +00:00
parent 6c426cf36e
commit d1cf510e5e
17 changed files with 221 additions and 175 deletions

View File

@@ -360,6 +360,10 @@ mips_isa_type (mach, isa, cputype)
*cputype = CPU_R10000;
*isa = ISA_MIPS4;
break;
case bfd_mach_mips12000:
*cputype = CPU_R12000;
*isa = ISA_MIPS4;
break;
case bfd_mach_mips16:
*cputype = CPU_MIPS16;
*isa = ISA_MIPS3;