summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-03-07 17:48:27 +0000
committerPaul Brook <paul@codesourcery.com>2006-03-07 17:48:27 +0000
commit87fef64ef367bb22b91992bd6d3caf707f4a0e2a (patch)
tree46b8195e68f8ceaf354ca130727f149b00e30ed5
parent35ea47053fe92ee587bac446e8336bef78a89761 (diff)
downloadgdb-87fef64ef367bb22b91992bd6d3caf707f4a0e2a.tar.gz
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.
-rw-r--r--ChangeLog.csl6
-rw-r--r--gdb/remote-rdp.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 62d67dab458..282b2bbc0a6 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,6 +1,12 @@
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.
* gdb.arch/altivec-abi.exp: Use nowarnings instead of
additional_flags=-w.
* gdb.arch/altivec-regs.exp: Ditto.
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)
{