From: Daniel Jacobowitz Date: Tue, 14 Mar 2006 13:56:46 +0000 (+0000) Subject: Merge gdb_byte fix from HEAD. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04ab95f9644aea3750b64d1edda31a5568351af3;p=thirdparty%2Fbinutils-gdb.git Merge gdb_byte fix from HEAD. --- diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index 54eaf778cdd..695156d27c2 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -172,7 +172,7 @@ static int timeout = 2; static char *commandline = NULL; static int -remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, +remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target); @@ -1261,7 +1261,7 @@ remote_rdp_prepare_to_store (void) Returns the number of bytes transferred. */ static int -remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, +remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) {