diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-30 08:28:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-30 08:28:08 +0000 |
commit | 53f32ea5c66d3ea26bc37e18a8a2589aad990ac7 (patch) | |
tree | d2b89cc0daef2b77e211ec4dcc268210bfa89f97 /opcodes/v850-dis.c | |
parent | 37f45cf8983f613d7411c0d7770505da5bb4e76a (diff) | |
download | gdb-53f32ea5c66d3ea26bc37e18a8a2589aad990ac7.zip gdb-53f32ea5c66d3ea26bc37e18a8a2589aad990ac7.tar.gz gdb-53f32ea5c66d3ea26bc37e18a8a2589aad990ac7.tar.bz2 |
* v850-dis.c (disassemble): Remove bfd_mach_v850ea case.
* mips-dis.c (_print_insn_mips): Don't use hard-coded mach constants.
Diffstat (limited to 'opcodes/v850-dis.c')
-rw-r--r-- | opcodes/v850-dis.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/v850-dis.c b/opcodes/v850-dis.c index e72b1e8..dbd43aa 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. */ |