* 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:
Jim Kingdon 1993-04-15 20:11:01 +00:00
parent a1ed71360d
commit 9fa59efdd9
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,11 @@
Thu Apr 15 12:38:39 1993 Jim Kingdon (kingdon@cygnus.com)
* 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.
Thu Apr 15 02:37:48 1993 John Gilmore (gnu@cacophony.cygnus.com)
* dbxread.c (unknown_symchar_complaint): Add new complaint.

View File

@ -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. */