]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2006-03-07 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Tue, 7 Mar 2006 17:48:27 +0000 (17:48 +0000)
committerPaul Brook <paul@codesourcery.com>
Tue, 7 Mar 2006 17:48:27 +0000 (17:48 +0000)
Backport from mainline.
2006-03-03  Khem Raj <khem@mvista.com>
* remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.

ChangeLog.csl
gdb/remote-rdp.c

index 62d67dab458687f36967bdf62a82785fbe56b22e..282b2bbc0a693cff395f07dcd2a5f5d37cb55d0f 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-07  Paul Brook  <paul@codesourcery.com>
+
+       Backport from mainline.
+       2006-03-03  Khem Raj <khem@mvista.com>
+       * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
+
 2006-03-07  Paul Brook  <paul@codesourcery.com>
 
        Backport from mainline.
index 54eaf778cddd47aba1231faad37303300bb17816..695156d27c22b5a091509c29f8e11f776f0fc7e9 100644 (file)
@@ -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)
 {