diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9525ca7..7be36c1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2020-01-26 Tom Tromey <tom@tromey.com> + * mdebugread.c (parse_partial_symbols): Use discard_psymtab. + * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove. + * psymtab.c (psymtab_storage): Delete psymtabs. + (psymtab_storage::allocate_psymtab): Use new. + (psymtab_storage::discard_psymtab): Use delete. + * psympriv.h (struct partial_symtab): Add constructor and + initializers. + +2020-01-26 Tom Tromey <tom@tromey.com> + * machoread.c: Do not include psympriv.h. 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be> |