aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-05 21:53:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-05 21:53:33 +0000
commit1df84f135c3658e1b6d147fdf37254e21cc69d36 (patch)
treead6752c8fb495b0e86dbd9485517b02190a98d9c /gdb/target.h
parent21e3b9b91ad5717058e1bd5fcd58ca407fc83324 (diff)
downloadgdb-1df84f135c3658e1b6d147fdf37254e21cc69d36.zip
gdb-1df84f135c3658e1b6d147fdf37254e21cc69d36.tar.gz
gdb-1df84f135c3658e1b6d147fdf37254e21cc69d36.tar.bz2
2004-10-05 Andrew Cagney <cagney@gnu.org>
* target.h (deprecated_child_ops): Rename child_ops. * wince.c: Update copyright. Rename child_ops. * win32-nat.c: Rename child_ops. * target.c: Rename child_ops. * rs6000-nat.c: Rename child_ops. * linux-nat.c: Rename child_ops. * infttrace.c: Rename child_ops. * inftarg.c: Rename child_ops. * infptrace.c: Rename child_ops. * hppah-nat.c: Update copyright. Rename child_ops. * hpux-thread.c: Update copyright. Rename child_ops.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h
index ab523c9..428e8b3 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1221,6 +1221,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;
+extern struct target_ops deprecated_child_ops;
#endif /* !defined (TARGET_H) */