]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdbserver/linux-m68k-low.cc
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdbserver / linux-m68k-low.cc
index 017b26bca817a7bb19abf6bd59270c6ba3423033..838ba353b0b17f2a4c1097f4f295268fc3eef3ce 100644 (file)
@@ -256,20 +256,6 @@ m68k_target::low_arch_setup ()
   current_process ()->tdesc = tdesc_m68k;
 }
 
-/* Support for hardware single step.  */
-
-static int
-m68k_supports_hardware_single_step (void)
-{
-  return 1;
-}
-
-struct linux_target_ops the_low_target = {
-  NULL, /* emit_ops */
-  NULL, /* supports_range_stepping */
-  m68k_supports_hardware_single_step,
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_m68k_target;