X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdbserver%2Flinux-sh-low.cc;h=a6d3fc600470177ea0b723410fe0e274d28a275c;hb=7e56227dfffddbbb5b648c386c85345929fa0529;hp=db40322cd43fceb0dd987dfd72c59a444d79b34f;hpb=9cfd87155142f0467cdadb067efd21e165956c20;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-sh-low.cc b/gdbserver/linux-sh-low.cc index db40322cd4..a6d3fc6004 100644 --- a/gdbserver/linux-sh-low.cc +++ b/gdbserver/linux-sh-low.cc @@ -134,14 +134,6 @@ sh_target::low_breakpoint_at (CORE_ADDR where) return false; } -/* Support for hardware single step. */ - -static int -sh_supports_hardware_single_step (void) -{ - return 1; -} - /* Provide only a fill function for the general register set. ps_lgetregs will use this for NPTL support. */ @@ -191,10 +183,6 @@ sh_target::low_arch_setup () current_process ()->tdesc = tdesc_sh; } -struct linux_target_ops the_low_target = { - sh_supports_hardware_single_step, -}; - /* The linux target ops object. */ linux_process_target *the_linux_target = &the_sh_target;