forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user