From: Christopher Faylor Date: Sat, 27 Jan 2001 19:32:32 +0000 (+0000) Subject: * win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aea02b6b079bada87c60a4f31a4ea7bc1f138b8a;p=binutils-gdb.git * win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23 change. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b4aae025a82..2af8e88bd98 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-01-27 Christopher Faylor + + * win32-nat.c (child_xfer_memory): Add missing argument required by + 2001-01-23 change. + 2001-01-27 Mark Kettenis * ui-out.c (do_list_end): New function. diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 3458988e4fa..3e247116be5 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1228,7 +1228,8 @@ child_stop (void) int child_xfer_memory (CORE_ADDR memaddr, char *our, int len, - int write, struct target_ops *target ATTRIBUTE_UNUSED) + int write, struct mem_attrib *mem ATTRIBUTE_UNUSED, + struct target_ops *target ATTRIBUTE_UNUSED) { DWORD done; if (write) diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 3458988e4fa..3e247116be5 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1228,7 +1228,8 @@ child_stop (void) int child_xfer_memory (CORE_ADDR memaddr, char *our, int len, - int write, struct target_ops *target ATTRIBUTE_UNUSED) + int write, struct mem_attrib *mem ATTRIBUTE_UNUSED, + struct target_ops *target ATTRIBUTE_UNUSED) { DWORD done; if (write)