mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
This commit is contained in:
parent
536ffdb7e1
commit
4c4e409cd4
@ -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)
|
||||
|
@ -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... */
|
||||
|
Loading…
Reference in New Issue
Block a user