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 | |
parent | 536ffdb7e1bb57ce05b6cc675725150974808aea (diff) | |
download | gdb-4c4e409cd46414209532766af5618f5d9fed746b.zip gdb-4c4e409cd46414209532766af5618f5d9fed746b.tar.gz gdb-4c4e409cd46414209532766af5618f5d9fed746b.tar.bz2 |
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/inftarg.c | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a99bd09..b848cdd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-12-25 Mark Kettenis <kettenis@gnu.org> + + * inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code. + 2004-12-24 Mark Kettenis <kettenis@gnu.org> * target.h (TARGET_DISABLE_HW_WATCHPOINTS) 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... */ |