aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-03 18:31:29 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-03 18:31:29 +0000
commit26e6c56a6682cc35c63fa1bfca57613b91ea9bf0 (patch)
treedffb5653776b397b8d46fabe3a71217c8fd64445 /gdb/ChangeLog
parentf436dd25ca221a4536350cc2ef3a3783c03dd52d (diff)
downloadgdb-26e6c56a6682cc35c63fa1bfca57613b91ea9bf0.zip
gdb-26e6c56a6682cc35c63fa1bfca57613b91ea9bf0.tar.gz
gdb-26e6c56a6682cc35c63fa1bfca57613b91ea9bf0.tar.bz2
* valops.c (hand_function_call): Move declaration of retbuf to
start of function, allocate using malloc, add a cleanup but before the inf_status cleanup, cleanup the buffer. Rename local variable old_chain to inf_status_cleanup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 44d27b5..2c3e57e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-03 Andrew Cagney <ac131313@redhat.com>
+
+ * valops.c (hand_function_call): Move declaration of retbuf to
+ start of function, allocate using malloc, add a cleanup but before
+ the inf_status cleanup, cleanup the buffer. Rename local variable
+ old_chain to inf_status_cleanup.
+
2002-07-03 Martin M. Hunt <hunt@redhat.com>
* top.c (execute_command): Use cmd_func() and cmd_func_p().