aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-04-23 20:31:57 +0000
committerAndrew Cagney <cagney@redhat.com>2003-04-23 20:31:57 +0000
commitebc7896c3ce2248ea34b8c3f162ac590126840d5 (patch)
tree5ea7d374ddabe7b44c57c0ea02be288e0ad636dc /gdb/ChangeLog
parentd727590f88a2df21dfe3afc33ec8afa294bf0044 (diff)
downloadgdb-ebc7896c3ce2248ea34b8c3f162ac590126840d5.zip
gdb-ebc7896c3ce2248ea34b8c3f162ac590126840d5.tar.gz
gdb-ebc7896c3ce2248ea34b8c3f162ac590126840d5.tar.bz2
2003-04-23 Andrew Cagney <cagney@redhat.com>
* infcall.c (call_function_by_hand): Make declaration of "i", "sal", "bpt" and "old_sp" more local to their use. Delete #if lint.
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 8d99e61..01d95d2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2003-04-23 Andrew Cagney <cagney@redhat.com>
+ * infcall.c (call_function_by_hand): Make declaration of "i",
+ "sal", "bpt" and "old_sp" more local to their use. Delete #if
+ lint.
+
+2003-04-23 Andrew Cagney <cagney@redhat.com>
+
* infcall.c (call_function_by_hand): Delete variable
"n_method_args". Localize "param_type"'s declaration to the loop
that it is used. Reinstate code assigning to said variable -