From: Fred Fish Date: Sat, 25 Jan 1992 23:59:53 +0000 (+0000) Subject: The unused parameter "target" should be a pointer to a structure, not the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdb90e99e77765bbd0eb823df357f29ff5dbd787;p=binutils-gdb.git The unused parameter "target" should be a pointer to a structure, not the entire structure. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c3462400cee..7b1ace7f26f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 25 15:57:59 1992 Fred Fish (fnf at cygnus.com) + + * infptrace.c (child_xfer_memory): Parameter "target" should + be a pointer to a structure, not the entire structure. + Fri Jan 24 01:30:27 1992 Fred Fish (fnf at cygnus.com) * depend: Convert the couple of references to ansidecl.h that