* remote-mips.c (mips_xfer_memory): Update prototype.
This commit is contained in:
parent
16708cba7c
commit
7d12900b6e
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2007-03-21 Richard Sandiford <richard@codesourcery.com>
|
||||||
|
|
||||||
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
|
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
|
||||||
|
|
|
@ -108,7 +108,7 @@ static unsigned int mips_fetch_word (CORE_ADDR addr);
|
||||||
static int mips_store_word (CORE_ADDR addr, unsigned int value,
|
static int mips_store_word (CORE_ADDR addr, unsigned int value,
|
||||||
char *old_contents);
|
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,
|
int write,
|
||||||
struct mem_attrib *attrib,
|
struct mem_attrib *attrib,
|
||||||
struct target_ops *target);
|
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 mask_address_p = 1;
|
||||||
|
|
||||||
static int
|
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)
|
struct mem_attrib *attrib, struct target_ops *target)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue