]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* remote-mips.c (mips_xfer_memory): Update prototype.
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 22 Mar 2007 14:21:02 +0000 (14:21 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 22 Mar 2007 14:21:02 +0000 (14:21 +0000)
ChangeLog
gdb/remote-mips.c

index 3a5e7789136221a4845265cb2c3e1ed0e0bb62fe..9cbe947b99af6f0292c864427da071f4024d7450 100644 (file)
--- 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
index 1f92f999f93cb7b7981c432b5f56630dded6f0a9..ffe0f1c6f2c0a40e22fb594b74285a61c5557e67 100644 (file)
@@ -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;