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:
Andrew Cagney
2004-09-29 13:54:33 +00:00
parent 981beeee70
commit 5ac10fd160
9 changed files with 18 additions and 17 deletions

View File

@@ -45,7 +45,6 @@
#include "gdbcore.h"
extern int child_suppress_run;
extern struct target_ops child_ops; /* target vector for inftarg.c */
extern void _initialize_hpux_thread (void);