mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* coffread.c (coff_symfile_read): Parse DWARF2 info if present.
This commit is contained in:
@@ -689,6 +689,11 @@ coff_symfile_read (struct objfile *objfile, int mainline)
|
||||
info->stabsects,
|
||||
info->stabstrsect->filepos, stabstrsize);
|
||||
}
|
||||
if (dwarf2_has_info (abfd))
|
||||
{
|
||||
/* DWARF2 sections. */
|
||||
dwarf2_build_psymtabs (objfile, mainline);
|
||||
}
|
||||
|
||||
do_cleanups (back_to);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user