diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-01-01 12:39:49 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-01-01 12:39:49 +0000 |
commit | 29480c32d9a0220f945cc1076b6a4870e5237fa0 (patch) | |
tree | b1aedf47304c18195cee69099635e08e6750a723 /gdb/ChangeLog | |
parent | 81c9b2cf53addc7224346ba857069417a1faf6bb (diff) | |
download | gdb-29480c32d9a0220f945cc1076b6a4870e5237fa0.zip gdb-29480c32d9a0220f945cc1076b6a4870e5237fa0.tar.gz gdb-29480c32d9a0220f945cc1076b6a4870e5237fa0.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
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. |