OSDN Git Service

* ada-lang.c (ada_remove_trailing_digits): New function.
[pf3gnuchains/pf3gnuchains3x.git] / gdb / ChangeLog
1 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
2
3         * ada-lang.c (ada_remove_trailing_digits): New function.
4         (ada_remove_po_subprogram_suffix): New function.
5         (ada_decode): Improve. Move the description of the algorithm
6         directly inside the code, instead of in the function global
7         description.
8
9 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10
11         * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
12         and always print the dereferenced value.
13
14 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
15
16         * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
17         of the case where the first argument is a reference.
18         (ada_evaluate_subexp, case BINOP_ADD): Likewise.
19
20 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
21
22         Implement support for Ada interface types.
23
24         * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
25         (ada_is_ignored_field): Ignore fields that are a dispatch table
26         of a tagged type.
27
28 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
29
30         * top.c (print_gdb_version): Update copyright year.
31
32 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
33
34         * ChangeLog-2007: New ChangeLog rotation.
35         * ChangeLog: Reset for 2008.
36         * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
37         ChangeLog-2007.
38
39 For older changes see ChangeLog-2007.
40 \f
41 Local Variables:
42 mode: change-log
43 left-margin: 8
44 fill-column: 74
45 version-control: never
46 coding: utf-8
47 End: