aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-10-16 14:06:43 -0600
committerTom Tromey <tom@tromey.com>2020-01-26 16:40:20 -0700
commit6f17252b76dbe8bedd32b6df6ce52af707bfb04b (patch)
tree57515b3759448d0f1ab318cb89233e3e82ca553b /gdb/mdebugread.c
parentf6f1cebcbe4dd33cdd65094267cc33395d55ece7 (diff)
downloadfsf-binutils-gdb-6f17252b76dbe8bedd32b6df6ce52af707bfb04b.zip
fsf-binutils-gdb-6f17252b76dbe8bedd32b6df6ce52af707bfb04b.tar.gz
fsf-binutils-gdb-6f17252b76dbe8bedd32b6df6ce52af707bfb04b.tar.bz2
Use new and delete for psymtabs
This changes psymtabs to be allocated with new and destroyed with delete. As a consequence, the psymtab free-list is also removed. The motivation for this is to let symbol readers subclass partial_symtab. gdb/ChangeLog 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. Change-Id: I4e78ac538fc0ea52b57489c1afb8f935a30941ef
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index b1994f1..393a433 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -3747,7 +3747,7 @@ parse_partial_symbols (minimal_symbol_reader &reader,
&& pst->number_of_dependencies == 0
&& pst->n_global_syms == 0
&& pst->n_static_syms == 0)
- objfile->partial_symtabs->psymtabs = NULL;
+ objfile->partial_symtabs->discard_psymtab (pst);
}
/* If the current psymbol has an enumerated type, we need to add