From 6c932e5455d4f45b18417f57c146bbff75fe34bf Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 23 May 2005 19:32:28 +0000 Subject: 2005-05-23 Andrew Cagney * target.h (child_xfer_memory): Use gdb_byte for byte buffer parameters. * inftarg.c (child_xfer_partial): Update. * wince.c (child_xfer_memory): Update. * win32-nat.c (child_xfer_memory): Update. * rs6000-nat.c (child_xfer_memory): Update. * infptrace.c (child_xfer_memory): Update. * dcache.c (struct dcache_block): Use gdb_byte for the byte buffers. (dcache_read_line, dcache_xfer_memory, dcache_poke_byte) (dcache_peek_byte, dcache_write_line): Ditto. --- gdb/rs6000-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/rs6000-nat.c') diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index c930097..3aaa77c 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -449,7 +449,7 @@ read_word (CORE_ADDR from, int *to, int arch64) us in the target stack anyway. */ int -child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, +child_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) { -- cgit v1.1