From c6c98b3833d01c45200708006011e5cecd461fac Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 2 Dec 2000 01:10:33 +0000 Subject: Add MIPS SB1 machine --- opcodes/ChangeLog | 3 +++ opcodes/mips-dis.c | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5754a5a..4eb4fe3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -29,6 +29,9 @@ bfd_mach_mips5 and bfd_mach_mips64. * mips-opc.c (I64): New definitions. + * mips-dis.c (set_mips_isa_type): Add case for + bfd_mach_mips_sb1. + 2000-11-28 Hans-Peter Nilsson * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned. diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 61f6788..a75dc89 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -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; -- cgit v1.1