diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-01-11 21:39:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-01-11 21:39:02 +0000 |
commit | 0311118f963f06d557d4e016d724bd0b44b31c53 (patch) | |
tree | 59a40dda16f7b54a5614a2c6527dc8d1ccd4d35b /gdb/ChangeLog | |
parent | 80c29487db33cf7e597402790cdf62785e7a89cb (diff) | |
download | binutils-gdb-0311118f963f06d557d4e016d724bd0b44b31c53.tar.gz |
* f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
arrayprint_recurse_level to a parameter. Update all the callers. New
comment at autovariables.
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 346f67df8c8..b2de10b8463 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com> + * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable + arrayprint_recurse_level to a parameter. Update all the callers. New + comment at autovariables. + +2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU coding style. |