diff options
author | Fred Fish <fnf@specifix.com> | 1992-01-25 23:59:53 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-01-25 23:59:53 +0000 |
commit | cdb90e99e77765bbd0eb823df357f29ff5dbd787 (patch) | |
tree | 5a1474b461ebf5ebec5f65d061b3c5261a3856df | |
parent | 86c094f212e906f9163b8993710e3046435a4209 (diff) | |
download | gdb-cdb90e99e77765bbd0eb823df357f29ff5dbd787.zip gdb-cdb90e99e77765bbd0eb823df357f29ff5dbd787.tar.gz gdb-cdb90e99e77765bbd0eb823df357f29ff5dbd787.tar.bz2 |
The unused parameter "target" should be a pointer to a structure, not the
entire structure.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c346240..7b1ace7 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 |