+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.
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);
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)
{