From: macro Date: Thu, 22 Mar 2007 14:21:02 +0000 (+0000) Subject: * remote-mips.c (mips_xfer_memory): Update prototype. X-Git-Tag: preoverlapped~1233 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a69ab7d8031f2abc52c8a6781bed299b8401a496;p=pf3gnuchains%2Fpf3gnuchains4x.git * remote-mips.c (mips_xfer_memory): Update prototype. --- diff --git a/ChangeLog b/ChangeLog index 3a5e778913..9cbe947b99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-22 Nigel Stephens + Maciej W. Rozycki + + * remote-mips.c (mips_xfer_memory): Update prototype. + 2007-03-21 Richard Sandiford * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 1f92f999f9..ffe0f1c6f2 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;