diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-29 13:54:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-29 13:54:33 +0000 |
commit | 09a6b0687a60fa8349534755c5996092fcc8dffb (patch) | |
tree | a4dbef2343d56eeab9c9c71b1514192b00d416fd /gdb/target.h | |
parent | 0cd47fe1baef95a7ce7d0bd5baf3896703bae06d (diff) | |
download | gdb-09a6b0687a60fa8349534755c5996092fcc8dffb.tar.gz |
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/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/target.h b/gdb/target.h index 92beccaf343..4af479921a7 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1237,4 +1237,6 @@ extern void push_remote_target (char *name, int from_tty); /* Blank target vector entries are initialized to target_ignore. */ void target_ignore (void); +extern struct target_ops child_ops; + #endif /* !defined (TARGET_H) */ |