* linux-low.c (my_waitpid): Delete unnecessary prototype.
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 97e6b5579b7e7a0a5f9e7d6ee61cce6862ee0226..d662d1253272fb592d9b29aded1aea5b8d5f4b1e 100644 (file)
@@ -251,6 +251,7 @@ struct objfile
 
     struct bcache *psymbol_cache;      /* Byte cache for partial syms */
     struct bcache *macro_cache;          /* Byte cache for macros */
+    struct bcache *filename_cache;      /* Byte cache for file names.  */
 
     /* Hash table for mapping symbol names to demangled names.  Each
        entry in the hash table is actually two consecutive strings,
This page took 0.023762 seconds and 4 git commands to generate.