mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* coffread.c (coff_symfile_read): Parse DWARF2 info if present.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-07-01 Mark Elbrecht <snowball@bigfoot.com>
|
||||
|
||||
* coffread.c (coff_symfile_read): Parse DWARF2 info if present.
|
||||
|
||||
2001-06-28 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* TODO: Add import of readline 4.2 as a gdb 5.2 task.
|
||||
|
||||
@@ -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