Rename win32_thread_info to windows_thread_info
[deliverable/binutils-gdb.git] / gdbserver / linux-m68k-low.cc
index 0b30291d3fb3bf28bddc33cdc83a50286d6915a9..838ba353b0b17f2a4c1097f4f295268fc3eef3ce 100644 (file)
@@ -256,19 +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, /* supports_range_stepping */
-  m68k_supports_hardware_single_step,
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_m68k_target;
This page took 0.040187 seconds and 4 git commands to generate.