gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' into...
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index 399ccaefad7fed72b08932daf8b6905042c36833..9aa140c12988d73075099e3b56015b3128a67a4a 100644 (file)
@@ -738,18 +738,10 @@ lynx_process_target::sw_breakpoint_from_kind (int kind, int *size)
 
 static lynx_process_target the_lynx_target;
 
-/* The LynxOS target_ops vector.  */
-
-static process_stratum_target lynx_target_ops = {
-  NULL,  /* supports_catch_syscall */
-  NULL,  /* get_ipa_tdesc_idx */
-  &the_lynx_target,
-};
-
 void
 initialize_low (void)
 {
-  set_target_ops (&lynx_target_ops);
+  set_target_ops (&the_lynx_target);
   the_low_target.arch_setup ();
 }
 
This page took 0.028413 seconds and 4 git commands to generate.