* 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:
parent
a1ed71360d
commit
9fa59efdd9
|
@ -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)
|
Thu Apr 15 02:37:48 1993 John Gilmore (gnu@cacophony.cygnus.com)
|
||||||
|
|
||||||
* dbxread.c (unknown_symchar_complaint): Add new complaint.
|
* dbxread.c (unknown_symchar_complaint): Add new complaint.
|
||||||
|
|
|
@ -2311,9 +2311,6 @@ xcoff_symfile_read (objfile, section_offset, mainline)
|
||||||
minimal symbols for this objfile. */
|
minimal symbols for this objfile. */
|
||||||
|
|
||||||
install_minimal_symbols (objfile);
|
install_minimal_symbols (objfile);
|
||||||
|
|
||||||
/* Make a default for file to list. */
|
|
||||||
select_source_symtab (0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* XCOFF-specific parsing routine for section offsets. */
|
/* XCOFF-specific parsing routine for section offsets. */
|
||||||
|
|
Loading…
Reference in New Issue