diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-05 21:53:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-05 21:53:33 +0000 |
commit | 1df84f135c3658e1b6d147fdf37254e21cc69d36 (patch) | |
tree | ad6752c8fb495b0e86dbd9485517b02190a98d9c /gdb/target.c | |
parent | 21e3b9b91ad5717058e1bd5fcd58ca407fc83324 (diff) | |
download | gdb-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.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 48bf8fb..7176dbe 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -163,7 +163,7 @@ static void debug_to_stop (void); wierd and mysterious ways. Putting the variable here lets those wierd and mysterious ways keep building while they are being converted to the inferior inheritance structure. */ -struct target_ops child_ops; +struct target_ops deprecated_child_ops; /* Pointer to array of target architecture structures; the size of the array; the current index into the array; the allocated size of the |