This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[COMMIT] Remove #ifdef HPUXHPPA from inftarg.c
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: gdb-patches at sources dot redhat dot com
- Date: Sat, 25 Dec 2004 13:36:49 +0100 (CET)
- Subject: [COMMIT] Remove #ifdef HPUXHPPA from inftarg.c
Committed as obvious.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
Index: inftarg.c
===================================================================
RCS file: /cvs/src/src/gdb/inftarg.c,v
retrieving revision 1.35
diff -u -p -r1.35 inftarg.c
--- inftarg.c 7 Nov 2004 21:33:29 -0000 1.35
+++ inftarg.c 25 Dec 2004 12:30:11 -0000
@@ -334,11 +334,8 @@ static void
child_create_inferior (char *exec_file, char *allargs, char **env,
int from_tty)
{
-#ifdef HPUXHPPA
- fork_inferior (exec_file, allargs, env, ptrace_me, ptrace_him, pre_fork_inferior, NULL);
-#else
fork_inferior (exec_file, allargs, env, ptrace_me, ptrace_him, NULL, NULL);
-#endif
+
/* We are at the first instruction we care about. */
observer_notify_inferior_created (¤t_target, from_tty);
/* Pedal to the metal... */