gdbserver: turn target op 'post_create_inferior' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-low.cc
index 0521afcfc19576389b66e7f23ba065ba5f61d515..2e3daa2733fc7826defddedf587a3e55b4b109ee 100644 (file)
@@ -1029,8 +1029,8 @@ linux_process_target::create_inferior (const char *program,
 
 /* Implement the post_create_inferior target_ops method.  */
 
-static void
-linux_post_create_inferior (void)
+void
+linux_process_target::post_create_inferior ()
 {
   struct lwp_info *lwp = get_thread_lwp (current_thread);
 
@@ -7359,7 +7359,6 @@ linux_get_hwcap2 (int wordsize)
 static linux_process_target the_linux_target;
 
 static process_stratum_target linux_target_ops = {
-  linux_post_create_inferior,
   linux_attach,
   linux_kill,
   linux_detach,
This page took 0.035095 seconds and 4 git commands to generate.