Delegate opcodes to select disassembler in GDB
[deliverable/binutils-gdb.git] / gdb / v850-tdep.c
index 668635e50c7c697945b7bc684f8284064b0618b6..087026af69d1ade5fc318c956bf31641279ab8f6 100644 (file)
@@ -1463,8 +1463,6 @@ v850_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_push_dummy_call (gdbarch, v850_push_dummy_call);
   set_gdbarch_skip_prologue (gdbarch, v850_skip_prologue);
 
-  set_gdbarch_print_insn (gdbarch, print_insn_v850);
-
   set_gdbarch_frame_align (gdbarch, v850_frame_align);
   set_gdbarch_unwind_sp (gdbarch, v850_unwind_sp);
   set_gdbarch_unwind_pc (gdbarch, v850_unwind_pc);
This page took 0.035071 seconds and 4 git commands to generate.