From: Eli Zaretskii Date: Sun, 4 Feb 2001 07:24:57 +0000 (+0000) Subject: * go32-nat.c (go32_xfer_memory): Make the argument list consistent X-Git-Tag: jimb_gnu_v3_branchpoint~301 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a17b5c4efc8e3ffaa6ad41c9a696b7f392a2d91d;p=external%2Fbinutils.git * go32-nat.c (go32_xfer_memory): Make the argument list consistent with target.h's to_xfer_memory member. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fb4c63d..7fdee03 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-02-04 Eli Zaretskii + + * go32-nat.c (go32_xfer_memory): Make the argument list consistent + with target.h's `to_xfer_memory' member. + 2001-02-02 J.T. Conklin * ppc-bdm.c (#include ): Removed. diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 4117006..0a84ab9 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -157,7 +157,9 @@ static void store_register (int regno); static void go32_store_registers (int regno); static void go32_prepare_to_store (void); static int go32_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); static void go32_files_info (struct target_ops *target); static void go32_stop (void); static void go32_kill_inferior (void); @@ -539,6 +541,7 @@ go32_prepare_to_store (void) static int go32_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, + struct mem_attrib *attrib ATTRIBUTE_UNUSED, struct target_ops *target ATTRIBUTE_UNUSED) { if (write)