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 3a4844f..0c30d75 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2021-01-25 Tom Tromey <tromey@adacore.com> + * dwarf2/read.c (get_mpz): New function. + (get_dwarf2_rational_constant): Use it. + +2021-01-25 Tom Tromey <tromey@adacore.com> + * ada-lang.c (resolve_subexp): Handle array context. 2021-01-23 Tom Tromey <tom@tromey.com> |