* xcoffread.c (xcoff_sym_fns): Update.
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index 4a1e8e4db00eaf767df833fec10193a04b98ad7e..73e0a81a1294fe1dc3534b4106eadb664aa629b9 100644 (file)
@@ -38,4 +38,12 @@ extern const struct quick_symbol_functions psym_functions;
 
 extern const struct quick_symbol_functions dwarf2_gdb_index_functions;
 
+/* Ensure that the partial symbols for OBJFILE have been loaded.  If
+   VERBOSE is non-zero, then this will print a message when symbols
+   are loaded.  This function always returns its argument, as a
+   convenience.  */
+
+extern struct objfile *require_partial_symbols (struct objfile *objfile,
+                                               int verbose);
+
 #endif /* PSYMTAB_H */
This page took 0.025754 seconds and 4 git commands to generate.