summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-01-11 21:39:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-01-11 21:39:02 +0000
commit0311118f963f06d557d4e016d724bd0b44b31c53 (patch)
tree59a40dda16f7b54a5614a2c6527dc8d1ccd4d35b /gdb/ChangeLog
parent80c29487db33cf7e597402790cdf62785e7a89cb (diff)
downloadbinutils-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/ChangeLog6
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.