* source.c (select_source_symtab): Clean up comment. Also, if
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 15 Apr 1993 20:11:01 +0000 (20:11 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 15 Apr 1993 20:11:01 +0000 (20:11 +0000)
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.

gdb/ChangeLog
gdb/xcoffread.c

index 87389db26f26c04273d13a4da63592cffa43175b..49dab468c1defcea8021ce855a59b0f88dcb2d4e 100644 (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.
index a33ad99b6aef7daee2c986adfb9508d55ad83a5a..0764491ec52e362ad267d6134d468daeff69ffc5 100644 (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.  */