mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 18:41:27 +00:00
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.
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user