mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* 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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user