aboutsummaryrefslogtreecommitdiff
path: root/gdb/inftarg.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-29 13:54:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-29 13:54:33 +0000
commit5ac10fd160d73209c54cfed7905a582fe000a2fe (patch)
treed11f45b0d57d4fe0f8bef5459eb8a09ad611aeef /gdb/inftarg.c
parent981beeee7037a384a72623b5c1d39a4108bb4d81 (diff)
downloadfsf-binutils-gdb-5ac10fd160d73209c54cfed7905a582fe000a2fe.zip
fsf-binutils-gdb-5ac10fd160d73209c54cfed7905a582fe000a2fe.tar.gz
fsf-binutils-gdb-5ac10fd160d73209c54cfed7905a582fe000a2fe.tar.bz2
2004-09-29 Andrew Cagney <cagney@gnu.org>
* target.h (child_ops): Declare. * inftarg.c (child_ops): Move from here ... * target.c (child_ops): ... to here. * wince.c (child_ops): Delete extern declaration. * win32-nat.c (child_ops): Delete extern declaration. * linux-nat.c (child_ops): Delete extern declaration. * hpux-thread.c (child_ops): Delete extern declaration.
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r--gdb/inftarg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c
index 68efdac..b15b75b 100644
--- a/gdb/inftarg.c
+++ b/gdb/inftarg.c
@@ -89,8 +89,6 @@ static void init_child_ops (void);
extern char **environ;
-struct target_ops child_ops;
-
int child_suppress_run = 0; /* Non-zero if inftarg should pretend not to
be a runnable target. Used by targets
that can sit atop inftarg, such as HPUX