aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-03-02 12:05:57 -0700
committerTom Tromey <tom@tromey.com>2019-03-15 16:02:08 -0600
commit741d7538b7540fea1086fe6ab962227d2cf7418e (patch)
treee71eac2f51a9c6b88294567242b3320eca0edc26 /gdb/symfile.c
parentRemove some unneeded initializations in minimal_symbol_reader (diff)
downloadbinutils-gdb-741d7538b7540fea1086fe6ab962227d2cf7418e.tar.gz
binutils-gdb-741d7538b7540fea1086fe6ab962227d2cf7418e.tar.bz2
binutils-gdb-741d7538b7540fea1086fe6ab962227d2cf7418e.zip
Remove minsym termination
I was curious what used the terminating "null" minimal symbol; and after looking I could not find anything. This patch removes terminate_minimal_symbol_table and the extra minimal symbol that is allocated for it. gdb/ChangeLog 2019-03-15 Tom Tromey <tom@tromey.com> * symfile.c (reread_symbols): Update. * objfiles.c (objfile::objfile): Update. * minsyms.h (terminate_minimal_symbol_table): Don't declare. * minsyms.c (lookup_minimal_symbol_by_pc_section): Update comment. (minimal_symbol_reader::install): Update. (terminate_minimal_symbol_table): Remove. * jit.c (jit_object_close_impl): Update.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index 2214f16b431..68ec491d357 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -2580,7 +2580,6 @@ reread_symbols (void)
objfile_set_sym_fns (objfile, find_sym_fns (objfile->obfd));
build_objfile_section_table (objfile);
- terminate_minimal_symbol_table (objfile);
/* We use the same section offsets as from last time. I'm not
sure whether that is always correct for shared libraries. */