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/rs6000-nat.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/rs6000-nat.c')
-rw-r--r-- | gdb/rs6000-nat.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 59067c6..df36076 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -442,10 +442,10 @@ read_word (CORE_ADDR from, int *to, int arch64) to debugger memory starting at MYADDR. Copy to inferior if WRITE is nonzero. - Returns the length copied, which is either the LEN argument or zero. - This xfer function does not do partial moves, since child_ops - doesn't allow memory operations to cross below us in the target stack - anyway. */ + Returns the length copied, which is either the LEN argument or + zero. This xfer function does not do partial moves, since + deprecated_child_ops doesn't allow memory operations to cross below + us in the target stack anyway. */ int child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, |