diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-25 12:31:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-25 12:31:35 +0000 |
commit | 4c4e409cd46414209532766af5618f5d9fed746b (patch) | |
tree | b2d613d1960497ef51f7809fdec9c59d2069cacd /gdb/inftarg.c | |
parent | 536ffdb7e1bb57ce05b6cc675725150974808aea (diff) | |
download | gdb-4c4e409cd46414209532766af5618f5d9fed746b.zip gdb-4c4e409cd46414209532766af5618f5d9fed746b.tar.gz gdb-4c4e409cd46414209532766af5618f5d9fed746b.tar.bz2 |
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r-- | gdb/inftarg.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c index 0636eaa..c55fbc4 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -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... */ |