diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-01-03 17:29:56 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-01-03 17:29:56 +0000 |
commit | 02eb380e728ce255142356a3174351ec7a64f675 (patch) | |
tree | 0bb6e036d3c10c49b3dd59c7873d69e5ce97fe68 /gdb/ChangeLog | |
parent | 1689ecf896f0c27f47ce95536c6891632221e19b (diff) | |
download | gdb-02eb380e728ce255142356a3174351ec7a64f675.zip gdb-02eb380e728ce255142356a3174351ec7a64f675.tar.gz gdb-02eb380e728ce255142356a3174351ec7a64f675.tar.bz2 |
* dwarf2read.c (read_enumeration_type): Flag type as stub if
the given die is a declaration.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a9e63c..96fcd9b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-01-03 Joel Brobecker <brobecker@adacore.com> + * dwarf2read.c (read_enumeration_type): Flag type as stub if + the given die is a declaration. + +2008-01-03 Joel Brobecker <brobecker@adacore.com> + * ada-lang.c (ada_array_bound_from_type): Make non-static. Handle properly the case when the index type is an enumerated type. Do not return the subtype of the bounds type, just return the |