aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-st.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-15 04:26:06 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-15 04:26:06 +0000
commit5d76c8e66273baf43bfee19c3341e605d4a09ad8 (patch)
tree5db705f610608b293aed609977860b76ae5b272b /gdb/remote-st.c
parent8c4731b588620a52771117864c29f4ab1b6bc892 (diff)
downloadfsf-binutils-gdb-5d76c8e66273baf43bfee19c3341e605d4a09ad8.zip
fsf-binutils-gdb-5d76c8e66273baf43bfee19c3341e605d4a09ad8.tar.gz
fsf-binutils-gdb-5d76c8e66273baf43bfee19c3341e605d4a09ad8.tar.bz2
* fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior),
remote-mon.c (monitor_create_inferior), remote-nindy.c (nindy_create_inferior), remote-st.c (st2000_create_inferior), remote-vx.c (vx_create_inferior): Remove CREATE_INFERIOR_HOOK; it is replaced by init_trace_fun. * config/convex/xm-convex.h, convex-xdep.c: Add comments explaining how to do without CREATE_INFERIOR_HOOK for whoever fixes the Convex port. * Makefile.in: Add Mach files to ALLDEPFILES, etc. * m3-nat.c: Clean up more hair--message(), cprocs. * configure.in: Recognize Mach targets and hosts. * config/ns32k/tm-umax.h: Add some #ifndef's so tm-ns32km3.h can include this file. * Mach headers in config/*/tm-*.h: Fix includes to match correct locations of files.
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r--gdb/remote-st.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c
index aa1b7cd..582ab2f 100644
--- a/gdb/remote-st.c
+++ b/gdb/remote-st.c
@@ -251,10 +251,6 @@ st2000_create_inferior (execfile, args, env)
entry_pt = (int) bfd_get_start_address (exec_bfd);
-#ifdef CREATE_INFERIOR_HOOK
- CREATE_INFERIOR_HOOK (0); /* No process-ID */
-#endif
-
/* The "process" (board) is already stopped awaiting our commands, and
the program is already downloaded. We just set its PC and go. */