diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 2b95ce47fc1..24124fee0fc 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -174,6 +174,9 @@ struct objfile_per_bfd_storage /* Byte cache for file names. */ struct bcache *filename_cache; + + /* Byte cache for macros. */ + struct bcache *macro_cache; }; /* Master structure for keeping track of each file from which @@ -269,7 +272,6 @@ struct objfile will not change. */ struct psymbol_bcache *psymbol_cache; /* Byte cache for partial syms. */ - struct bcache *macro_cache; /* Byte cache for macros. */ /* Hash table for mapping symbol names to demangled names. Each entry in the hash table is actually two consecutive strings, |