Uniquefy gdb.threads/attach-into-signal.exp
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 90a5fdbe42bad71ae785789ab03faeb7c046ec05..6a0b8da61f7929870ac3acaf4474b5a80e011812 100644 (file)
@@ -712,7 +712,7 @@ struct symbol
   struct type *type;
 
   /* The owner of this symbol.
-     Which one to use is defined by symbol.is_arch_owned.  */
+     Which one to use is defined by symbol.is_objfile_owned.  */
 
   union
   {
@@ -924,7 +924,8 @@ struct section_offsets
 
 struct symtab
 {
-  /* Unordered chain of all existing symtabs of this objfile.  */
+  /* Unordered chain of all filetabs in the compunit,  with the exception
+     that the "main" source file is the first entry in the list.  */
 
   struct symtab *next;
 
@@ -1416,7 +1417,7 @@ extern int find_line_pc_range (struct symtab_and_line, CORE_ADDR *,
 
 extern void resolve_sal_pc (struct symtab_and_line *);
 
-/* Symbol-reading stuff in symfile.c and solib.c.  */
+/* solib.c */
 
 extern void clear_solib (void);
 
@@ -1474,12 +1475,6 @@ extern struct symtab_and_line find_function_start_sal (struct symbol *sym,
 
 extern void skip_prologue_sal (struct symtab_and_line *);
 
-/* symfile.c */
-
-extern void clear_symtab_users (int add_flags);
-
-extern enum language deduce_language_from_filename (const char *);
-
 /* symtab.c */
 
 extern CORE_ADDR skip_prologue_using_sal (struct gdbarch *gdbarch,
This page took 0.024756 seconds and 4 git commands to generate.