* v850-dis.c (disassemble): Remove bfd_mach_v850ea case.

* mips-dis.c (_print_insn_mips): Don't use hard-coded mach constants.
This commit is contained in:
Alan Modra
2002-08-30 08:28:08 +00:00
parent 37f45cf898
commit 53f32ea5c6
3 changed files with 7 additions and 5 deletions

View File

@@ -77,10 +77,6 @@ disassemble (memaddr, info, insn)
case bfd_mach_v850e:
target_processor = PROCESSOR_V850E;
break;
case bfd_mach_v850ea:
target_processor = PROCESSOR_V850EA;
break;
}
/* Find the opcode. */