Browse Source

2001-02-05 Michael Chastain <chastain@redhat.com>

* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
	to conform with interface change.
jimb_gnu_v3_branch
Michael Chastain 26 years ago
parent
commit
240be855ba
  1. 5
      gdb/ChangeLog
  2. 1
      gdb/hppah-nat.c

5
gdb/ChangeLog

@ -1,3 +1,8 @@
2001-02-05 Michael Chastain <chastain@redhat.com>
* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
to conform with interface change.
2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
* config/djgpp/fnchange.lst: Tweak to make consistent with the

1
gdb/hppah-nat.c

@ -266,6 +266,7 @@ fetch_register (int regno)
int
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
struct mem_attrib *mem,
struct target_ops *target)
{
register int i;

Loading…
Cancel
Save