aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-01-03 13:11:51 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-01-03 13:11:51 +0000
commitf192137b09a5f99ef0ab14f19cb7160871f25963 (patch)
treee2de2ee66ae96bb0432f5d40e68822bcae4f6937 /gdb/ChangeLog
parent1ed6ede0102f09c717fb707bd27e7d224c77f9ef (diff)
downloadgdb-f192137b09a5f99ef0ab14f19cb7160871f25963.zip
gdb-f192137b09a5f99ef0ab14f19cb7160871f25963.tar.gz
gdb-f192137b09a5f99ef0ab14f19cb7160871f25963.tar.bz2
* ada-lang.c (static_unwrap_type): Add forward declaration.
(template_to_static_fixed_type): Fields of dynamic types sometimes also need to be unwrapped. Take this into account. (ada_to_fixed_type_1): Renamed from ada_to_fixed_type. (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1. * ada-typeprint.c (ada_print_type): Get the typename from the original type, not the base type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2434672..67cfd7e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-03 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-lang.c (static_unwrap_type): Add forward declaration.
+ (template_to_static_fixed_type): Fields of dynamic types sometimes
+ also need to be unwrapped. Take this into account.
+ (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
+ (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
+ * ada-typeprint.c (ada_print_type): Get the typename from
+ the original type, not the base type.
+
2008-01-03 Jerome Guitton <guitton@adacore.com>
* ada-lang.c (ada_value_struct_elt, to_fixed_array_type)