From: Paul Brook Date: Tue, 7 Mar 2006 17:48:27 +0000 (+0000) Subject: 2006-03-07 Paul Brook X-Git-Tag: gdb-csl-20060226-branch-merge-to-csl-local-1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e619155dd318a0b543919da9840e5bfcc1706f22;p=thirdparty%2Fbinutils-gdb.git 2006-03-07 Paul Brook Backport from mainline. 2006-03-03 Khem Raj * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index 62d67dab458..282b2bbc0a6 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,9 @@ +2006-03-07 Paul Brook + + Backport from mainline. + 2006-03-03 Khem Raj + * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. + 2006-03-07 Paul Brook Backport from mainline. 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) {