diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-23 19:32:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-23 19:32:38 +0000 |
commit | d727590f88a2df21dfe3afc33ec8afa294bf0044 (patch) | |
tree | b103dbe672f0351f1c09b3e8c217eef137eacff3 /gdb/ChangeLog | |
parent | 204cd129d1c24b926d8194422b8621ca48134b46 (diff) | |
download | gdb-d727590f88a2df21dfe3afc33ec8afa294bf0044.zip gdb-d727590f88a2df21dfe3afc33ec8afa294bf0044.tar.gz gdb-d727590f88a2df21dfe3afc33ec8afa294bf0044.tar.bz2 |
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 -
deleted on 2002-06-14. Rationalize calls to value_args_coerce.
Rationalize code using "param_type".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 509ea96..8d99e61 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +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 - + deleted on 2002-06-14. Rationalize calls to value_args_coerce. + Rationalize code using "param_type". + 2003-04-22 Andrew Cagney <cagney@redhat.com> * infcall.c (call_function_by_hand): Use new variable "bp_addr" to |