diff options
Diffstat (limited to 'gdb/psymtab.c')
-rw-r--r-- | gdb/psymtab.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/psymtab.c b/gdb/psymtab.c index 7ead0eb..e034fda 100644 --- a/gdb/psymtab.c +++ b/gdb/psymtab.c @@ -67,9 +67,8 @@ static struct compunit_symtab *psymtab_to_symtab (struct objfile *objfile, -psymtab_storage::psymtab_storage (struct objfile *objfile) - : psymbol_cache (psymbol_bcache_init ()), - m_obstack (&objfile->objfile_obstack) +psymtab_storage::psymtab_storage () + : psymbol_cache (psymbol_bcache_init ()) { } |