summaryrefslogtreecommitdiffstats
path: root/gdb/elfread.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-12-07 09:36:44 +0000
committerTristan Gingold <gingold@adacore.com>2009-12-07 09:36:44 +0000
commitde1d8fb992ae375f46792f3d8ef9aadfc5378773 (patch)
treeeca2adcf9aea95361ee512efbd751928ebdf3e6b /gdb/elfread.c
parente1c9c36ff623edd9db155891939e29a67141899b (diff)
downloadppe42-binutils-de1d8fb992ae375f46792f3d8ef9aadfc5378773.tar.gz
ppe42-binutils-de1d8fb992ae375f46792f3d8ef9aadfc5378773.zip
2009-12-07 Tristan Gingold <gingold@adacore.com>
* dbxread.c (dbx_symfile_read): No need to test mainline to call init_psymbol_list. * xcoffread.c (xcoff_initial_scan): Ditto; * coffread.c (coff_symfile_read): Remove call to init_psymbol_list. * elfread.c (elf_symfile_read): Ditto. * machoread.c (macho_symfile_read): Ditto.
Diffstat (limited to 'gdb/elfread.c')
-rw-r--r--gdb/elfread.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/elfread.c b/gdb/elfread.c
index d143e63d2b..f9052c1204 100644
--- a/gdb/elfread.c
+++ b/gdb/elfread.c
@@ -691,15 +691,6 @@ elf_symfile_read (struct objfile *objfile, int mainline)
/* Now process debugging information, which is contained in
special ELF sections. */
- /* If we are reinitializing, or if we have never loaded syms yet,
- set table to empty. MAINLINE is cleared so that *_read_psymtab
- functions do not all also re-initialize the psymbol table. */
- if (mainline)
- {
- init_psymbol_list (objfile, 0);
- mainline = 0;
- }
-
/* We first have to find them... */
bfd_map_over_sections (abfd, elf_locate_sections, (void *) & ei);
OpenPOWER on IntegriCloud