mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2009-12-02 Tristan Gingold <gingold@adacore.com>
* symfile.h (dwarf2_build_psymtabs): Remove mainline parameter in prototype. * dwarf2read.c (dwarf2_build_psymtabs): Remove mainline paramter in definition, simplify code assuming it is always 0. * coffread.c (coff_symfile_read): Adjust call. * elfread.c (elf_symfile_read): Ditto. * machoread.c (macho_symfile_read): Explicitely calls init_psymbol_list if mainline is set.
This commit is contained in:
@ -743,7 +743,7 @@ elf_symfile_read (struct objfile *objfile, int mainline)
|
||||
if (dwarf2_has_info (objfile))
|
||||
{
|
||||
/* DWARF 2 sections */
|
||||
dwarf2_build_psymtabs (objfile, mainline);
|
||||
dwarf2_build_psymtabs (objfile);
|
||||
}
|
||||
|
||||
/* FIXME: kettenis/20030504: This still needs to be integrated with
|
||||
|
Reference in New Issue
Block a user