* coffread.c (coff_symfile_read): Avoid select_source_symtab,

since it is not needed and can cause errors when examining ".o"
files.

* symfile.c (compact_misc_function_vector):  Handle empty vector.
This commit is contained in:
John Gilmore
1991-12-04 03:24:36 +00:00
parent 2e00f40a38
commit 7a6093e880
3 changed files with 10 additions and 7 deletions

View File

@@ -752,10 +752,6 @@ coff_symfile_read (sf, addr, mainline)
/* Go over the misc symbol bunches and install them in vector. */
condense_misc_bunches (!mainline);
/* Make a default for file to list. */
select_source_symtab (0); /* FIXME, this might be too slow, see dbxread */
}
static void