X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbserver%2Flinux-bfin-low.cc;h=963ccfeda949aa062de62a23900725a2cdaf0e38;hb=a816ba1897ae6939518d628cb58d6281c9b64a4f;hp=6beb61ff3de6df6fc8f8582830ef34f7eb30f5e9;hpb=cb63de7ca804e4178a48dc500423bcb89726d893;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-bfin-low.cc b/gdbserver/linux-bfin-low.cc index 6beb61ff3d..963ccfeda9 100644 --- a/gdbserver/linux-bfin-low.cc +++ b/gdbserver/linux-bfin-low.cc @@ -144,14 +144,6 @@ bfin_target::low_arch_setup () current_process ()->tdesc = tdesc_bfin; } -/* Support for hardware single step. */ - -static int -bfin_supports_hardware_single_step (void) -{ - return 1; -} - static struct usrregs_info bfin_usrregs_info = { bfin_num_regs, @@ -170,23 +162,6 @@ bfin_target::get_regs_info () return &myregs_info; } -struct linux_target_ops the_low_target = { - NULL, /* new_process */ - NULL, /* delete_process */ - NULL, /* new_thread */ - NULL, /* delete_thread */ - NULL, /* new_fork */ - NULL, /* prepare_to_resume */ - NULL, /* process_qsupported */ - NULL, /* supports_tracepoints */ - NULL, /* get_thread_area */ - NULL, /* install_fast_tracepoint_jump_pad */ - NULL, /* emit_ops */ - NULL, /* get_min_fast_tracepoint_insn_len */ - NULL, /* supports_range_stepping */ - bfin_supports_hardware_single_step, -}; - /* The linux target ops object. */ linux_process_target *the_linux_target = &the_bfin_target;