* coffread.c (coff_symfile_read): Prevent mixed debugging formats

from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
info.
* dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
This commit is contained in:
Brian Ford
2004-06-10 15:52:04 +00:00
parent 30a4a8e027
commit fea251526d
3 changed files with 19 additions and 2 deletions

View File

@@ -3376,8 +3376,7 @@ coffstab_build_psymtabs (struct objfile *objfile, int mainline,
}
/* Scan and build partial symbols for an ELF symbol file.
This ELF file has already been processed to get its minimal symbols,
and any DWARF symbols that were in it.
This ELF file has already been processed to get its minimal symbols.
This routine is the equivalent of dbx_symfile_init and dbx_symfile_read
rolled into one.