X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdbserver%2Flinux-m32r-low.cc;h=3f84b17302a1eac572e4efde41e1151cf04352ed;hb=465e1b0f196faea1fc949863af023b762ef86188;hp=82dde9938bd4107dd39a520e30edf56f0b59422e;hpb=ab64c99982e1e26439dc66b2ea04aa0d4b0458c9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-m32r-low.cc b/gdbserver/linux-m32r-low.cc index 82dde9938b..3f84b17302 100644 --- a/gdbserver/linux-m32r-low.cc +++ b/gdbserver/linux-m32r-low.cc @@ -134,14 +134,6 @@ m32r_target::low_arch_setup () current_process ()->tdesc = tdesc_m32r; } -/* Support for hardware single step. */ - -static int -m32r_supports_hardware_single_step (void) -{ - return 1; -} - static struct usrregs_info m32r_usrregs_info = { m32r_num_regs, @@ -160,11 +152,6 @@ m32r_target::get_regs_info () return &myregs_info; } -struct linux_target_ops the_low_target = { - NULL, /* supports_range_stepping */ - m32r_supports_hardware_single_step, -}; - /* The linux target ops object. */ linux_process_target *the_linux_target = &the_m32r_target;