aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 55b2fe2..89e8fca 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2008-01-01 Joel Brobecker <brobecker@adacore.com>
+ * ada-lang.c (ada_remove_trailing_digits): New function.
+ (ada_remove_po_subprogram_suffix): New function.
+ (ada_decode): Improve. Move the description of the algorithm
+ directly inside the code, instead of in the function global
+ description.
+
+2008-01-01 Joel Brobecker <brobecker@adacore.com>
+
* ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
and always print the dereferenced value.