gdbserver: turn target ops 'read_pc' and 'write_pc' into methods
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index 5a0648987c700a86a727d93cb1980d8e47b95241..2ac59c3c14a6f0912749645e8e8e53b67dd7a48a 100644 (file)
@@ -735,8 +735,6 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  NULL,  /* read_pc */
-  NULL,  /* write_pc */
   NULL,  /* thread_stopped */
   NULL,  /* get_tib_address */
   NULL,  /* pause_all */
This page took 0.024675 seconds and 4 git commands to generate.