aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-03-22 14:21:02 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-03-22 14:21:02 +0000
commit7d12900b6ef86df2cf80a0a3b41aa00734a2e9cc (patch)
tree440c47de6297e275ab5958a84a1221f05d55734d
parent16708cba7c242bd942bbab981a730c3085a1a7db (diff)
downloadgdb-7d12900b6ef86df2cf80a0a3b41aa00734a2e9cc.zip
gdb-7d12900b6ef86df2cf80a0a3b41aa00734a2e9cc.tar.gz
gdb-7d12900b6ef86df2cf80a0a3b41aa00734a2e9cc.tar.bz2
* remote-mips.c (mips_xfer_memory): Update prototype.
-rw-r--r--ChangeLog5
-rw-r--r--gdb/remote-mips.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a5e778..9cbe947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-22 Nigel Stephens <nigel@mips.com>
+ Maciej W. Rozycki <macro@mips.com>
+
+ * remote-mips.c (mips_xfer_memory): Update prototype.
+
2007-03-21 Richard Sandiford <richard@codesourcery.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 1f92f99..ffe0f1c 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -108,7 +108,7 @@ static unsigned int mips_fetch_word (CORE_ADDR addr);
static int mips_store_word (CORE_ADDR addr, unsigned int value,
char *old_contents);
-static int mips_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
+static int mips_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len,
int write,
struct mem_attrib *attrib,
struct target_ops *target);
@@ -2029,7 +2029,7 @@ mips_store_word (CORE_ADDR addr, unsigned int val, char *old_contents)
static int mask_address_p = 1;
static int
-mips_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+mips_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write,
struct mem_attrib *attrib, struct target_ops *target)
{
int i;