summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index d3f669e9601..fcc521bf16d 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -202,7 +202,7 @@ extern void print_objfile_statistics (void);
extern void print_symbol_bcache_statistics (void);
/* Number of entries in the minimal symbol hash table. */
-#define MINIMAL_SYMBOL_HASH_SIZE 349
+#define MINIMAL_SYMBOL_HASH_SIZE 1024
/* Master structure for keeping track of each file from which
gdb reads symbols. There are several ways these get allocated: 1.
@@ -269,6 +269,7 @@ struct objfile
/* Obstacks to hold objects that should be freed when we load a new symbol
table from this object file. */
+ struct obstack misc_obstack; /* Misc stuff */
struct obstack psymbol_obstack; /* Partial symbols */
struct obstack symbol_obstack; /* Full symbols */
struct obstack type_obstack; /* Types */