From 53f32ea5c66d3ea26bc37e18a8a2589aad990ac7 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 30 Aug 2002 08:28:08 +0000 Subject: * v850-dis.c (disassemble): Remove bfd_mach_v850ea case. * mips-dis.c (_print_insn_mips): Don't use hard-coded mach constants. --- opcodes/v850-dis.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'opcodes/v850-dis.c') diff --git a/opcodes/v850-dis.c b/opcodes/v850-dis.c index e72b1e8d2e1..dbd43aac76e 100644 --- a/opcodes/v850-dis.c +++ b/opcodes/v850-dis.c @@ -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. */ -- cgit v1.2.1