From 29480c32d9a0220f945cc1076b6a4870e5237fa0 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 1 Jan 2008 12:39:49 +0000 Subject: * 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. --- gdb/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gdb/ChangeLog') 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 + * 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 + * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref and always print the dereferenced value. -- cgit v1.1