From: Andrew Cagney Date: Fri, 3 Mar 2006 23:08:12 +0000 (+0000) Subject: Index: ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b67fd56fca8f5d75918154ebfdf754c9c8feb190;p=binutils-gdb.git Index: ChangeLog 2006-03-03 Khem Raj * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. Committed by Andrew Cagney. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cbd4d1e5b52..a9fac38319d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-03-03 Khem Raj + + * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte. + Committed by Andrew Cagney. + 2006-03-02 Corinna Vinschen * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint 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) {