forked from Imagelibrary/binutils-gdb
* source.c (select_source_symtab): Clean up comment. Also, if
we have a current_source_symtab, and s is NULL, return without doing anything. xcoffread.c (xcoff_symfile_read): Don't call select_source_symtab. breakpoint.c (breakpoint_re_set): Don't call select_source_symtab.
This commit is contained in:
@@ -2311,9 +2311,6 @@ xcoff_symfile_read (objfile, section_offset, mainline)
|
||||
minimal symbols for this objfile. */
|
||||
|
||||
install_minimal_symbols (objfile);
|
||||
|
||||
/* Make a default for file to list. */
|
||||
select_source_symtab (0);
|
||||
}
|
||||
|
||||
/* XCOFF-specific parsing routine for section offsets. */
|
||||
|
||||
Reference in New Issue
Block a user