summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-03-14 13:56:46 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-03-14 13:56:46 +0000
commita836d93922f76af3ce3b3a1f0a141bf523d99132 (patch)
treebf950b4b51da6ace87c60caf5c723cab3fb6e9ab
parent79f248fdb159e16be7b22652de656b99ff264f54 (diff)
downloadgdb-a836d93922f76af3ce3b3a1f0a141bf523d99132.tar.gz
Merge gdb_byte fix from HEAD.
-rw-r--r--gdb/remote-rdp.c4
1 files changed, 2 insertions, 2 deletions
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)
{