gold: Add sparc IFUNC support to Gold.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 72696948c97baa467fb1ea1da144e5d580b70c00..17b0a45e6f601abfbcc0c77e2ef34a09d71df6ff 100644 (file)
@@ -1,6 +1,6 @@
 /* Interface GDB to the GNU Hurd.
-   Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2006, 2007,
-   2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1995-2001, 2006-2012 Free Software Foundation,
+   Inc.
 
    This file is part of GDB.
 
@@ -2114,7 +2114,8 @@ gnu_create_inferior (struct target_ops *ops,
 
   inf_debug (inf, "creating inferior");
 
-  pid = fork_inferior (exec_file, allargs, env, trace_me, NULL, NULL, NULL);
+  pid = fork_inferior (exec_file, allargs, env, trace_me,
+                       NULL, NULL, NULL, NULL);
 
   /* Attach to the now stopped child, which is actually a shell...  */
   inf_debug (inf, "attaching to child: %d", pid);
This page took 0.024337 seconds and 4 git commands to generate.