2001-02-05 Michael Chastain <chastain@redhat.com>
authorMichael Chastain <mec@google.com>
Mon, 5 Feb 2001 21:09:21 +0000 (21:09 +0000)
committerMichael Chastain <mec@google.com>
Mon, 5 Feb 2001 21:09:21 +0000 (21:09 +0000)
* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
to conform with interface change.

gdb/ChangeLog
gdb/hppah-nat.c

index 1af1269..2c46354 100644 (file)
@@ -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
index 549ea19..c8bf04b 100644 (file)
@@ -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;