]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Merge gdb_byte fix from HEAD.
authorDaniel Jacobowitz <drow@false.org>
Tue, 14 Mar 2006 13:56:46 +0000 (13:56 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 14 Mar 2006 13:56:46 +0000 (13:56 +0000)
gdb/remote-rdp.c

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)
 {