aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-01-24 06:52:43 +0000
committerFred Fish <fnf@specifix.com>1992-01-24 06:52:43 +0000
commitf66f459f4364223ae5ce986e8ca623dd8a3a8c75 (patch)
tree229024e8de4eb8fe00d3bf0e0bcf1c181239775b /gdb/ChangeLog
parentfc1f864632af0bfb16cbe613cd537ea5d7d7a0aa (diff)
downloadgdb-f66f459f4364223ae5ce986e8ca623dd8a3a8c75.zip
gdb-f66f459f4364223ae5ce986e8ca623dd8a3a8c75.tar.gz
gdb-f66f459f4364223ae5ce986e8ca623dd8a3a8c75.tar.bz2
Misc small fixes for problems uncovered by prototyping.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 78e0d4e..3b3bde3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com)
+ * procfs.c
+ (child_xfer_memory): Takes pointer to a struct, not entire struct.
+ (inferior_proc_init): Fix non-ANSI version of args.
+ (attach): Call print_sys_errmsg with correct number of args.
+ (mappingflags): Make static, does not need to be global.
+
* i386-tdep.c (i386_frame_num_args): Takes a pointer to a struct
not the entire struct itself.