gdb/
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index 215647d0a30ac871c2aac7a474e0367f429871f0..d8f3c91a8274490b1a0bb9657130418263c680f6 100644 (file)
@@ -654,7 +654,7 @@ static void
 procfs_post_attach (pid_t pid)
 {
   if (exec_bfd)
-    solib_create_inferior_hook ();
+    solib_create_inferior_hook (0);
 }
 
 static ptid_t
@@ -1215,7 +1215,7 @@ procfs_create_inferior (struct target_ops *ops, char *exec_file,
 
   if (exec_bfd != NULL
       || (symfile_objfile != NULL && symfile_objfile->obfd != NULL))
-    solib_create_inferior_hook ();
+    solib_create_inferior_hook (0);
 }
 
 static void
This page took 0.025196 seconds and 4 git commands to generate.