Run --gc-sections tests only if supported.
[deliverable/binutils-gdb.git] / gdb / inf-ttrace.c
index ab075db9c4450e67c56d960e36a18e34da0bb34f..0ab65804b9340c5bd6d690b2629966f3d6286d94 100644 (file)
@@ -650,7 +650,7 @@ inf_ttrace_create_inferior (struct target_ops *ops, char *exec_file,
   gdb_assert (inf_ttrace_vfork_ppid == -1);
 
   pid = fork_inferior (exec_file, allargs, env, inf_ttrace_me, NULL,
-                      inf_ttrace_prepare, NULL);
+                      inf_ttrace_prepare, NULL, NULL);
 
   inf_ttrace_him (ops, pid);
 }
This page took 0.023072 seconds and 4 git commands to generate.