diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-15 20:11:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-15 20:11:01 +0000 |
commit | 9fa59efdd97599cf0f478c805465ea452da929d3 (patch) | |
tree | f9d152b2461032a796ab49cf28f2e4e1025b7b00 /gdb/xcoffread.c | |
parent | a1ed71360d7fae4f1d6a1e214e28b622850988d9 (diff) | |
download | gdb-9fa59efdd97599cf0f478c805465ea452da929d3.zip gdb-9fa59efdd97599cf0f478c805465ea452da929d3.tar.gz gdb-9fa59efdd97599cf0f478c805465ea452da929d3.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index a33ad99..0764491 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -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. */ |