diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-23 20:31:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-23 20:31:57 +0000 |
commit | ebc7896c3ce2248ea34b8c3f162ac590126840d5 (patch) | |
tree | 5ea7d374ddabe7b44c57c0ea02be288e0ad636dc /gdb/ChangeLog | |
parent | d727590f88a2df21dfe3afc33ec8afa294bf0044 (diff) | |
download | gdb-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/ChangeLog | 6 |
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 - |