+2001-02-16 Andrew Cagney <ac131313@redhat.com>
+
+ From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
+ * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
+ argument to parameter list and to call in order to conform to
+ to_xfer_memory field of struct target_ops.
+
2001-02-12 Michael Chastain <chastain@redhat.com>
* somsolib.c (som_solib_add_solib_objfile): Do not use
static int
hpux_thread_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
- int dowrite, struct target_ops *target)
+ int dowrite, struct mem_attrib *attribs,
+ struct target_ops *target)
{
int retval;
struct cleanup *old_chain;
inferior_pid = main_pid;
- retval = child_ops.to_xfer_memory (memaddr, myaddr, len, dowrite, target);
+ retval =
+ child_ops.to_xfer_memory (memaddr, myaddr, len, dowrite, attribs, target);
do_cleanups (old_chain);