mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 02:50:49 +08:00
* rs6000-nat.c (child_xfer_memory): Add missing parameter
'struct mem_attrib *' required by 2001-01-23 change.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||||
|
|
||||||
|
* rs6000-nat.c (child_xfer_memory): Add missing parameter
|
||||||
|
'struct mem_attrib *' required by 2001-01-23 change.
|
||||||
|
|
||||||
2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
|
2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
|
||||||
|
|
||||||
Updates to "make TAGS":
|
Updates to "make TAGS":
|
||||||
|
@ -390,7 +390,8 @@ read_word (CORE_ADDR from, int *to, int arch64)
|
|||||||
|
|
||||||
int
|
int
|
||||||
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
|
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
|
||||||
int write, struct target_ops *target)
|
int write, struct mem_attrib *attrib,
|
||||||
|
struct target_ops *target)
|
||||||
{
|
{
|
||||||
/* Round starting address down to 32-bit word boundary. */
|
/* Round starting address down to 32-bit word boundary. */
|
||||||
int mask = sizeof (int) - 1;
|
int mask = sizeof (int) - 1;
|
||||||
|
Reference in New Issue
Block a user