diff options
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 6c811ea..56f3c17 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-04-28 Joel Brobecker <brobecker@adacore.com> + * dwarf2read.c (read_subrange_type): Handle dynamic + DW_AT_lower_bound attributes. + +2014-04-28 Joel Brobecker <brobecker@adacore.com> + * ada-lang.c (ada_discrete_type_high_bound): Resolve the type's dynamic bounds before computing its upper bound. (ada_discrete_type_low_bound): Same as above with the lower bound. |