* xcoffread.c (xcoff_sym_fns): Update.
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 759c2f9fb8c11ae4c9ca230ce1d1607684a52da5..275c2ac39f3b474ec1709e70e6cb8b620e5f6d53 100644 (file)
@@ -436,6 +436,11 @@ struct objfile
 
 #define OBJF_USERLOADED        (1 << 3)        /* User loaded */
 
+/* Set if we have tried to read partial symtabs for this objfile.
+   This is used to allow lazy reading of partial symtabs.  */
+
+#define OBJF_PSYMTABS_READ (1 << 4)
+
 /* The object file that contains the runtime common minimal symbols
    for SunOS4.  Note that this objfile has no associated BFD.  */
 
This page took 0.023793 seconds and 4 git commands to generate.