diff options
Diffstat (limited to 'gdb/dwarf2')
-rw-r--r-- | gdb/dwarf2/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 4271398..9453848 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -6131,7 +6131,7 @@ dwarf2_build_psymtabs (struct objfile *objfile) /* This is a temporary hack to ensure that the objfile and 'qf' psymtabs are identical. */ psymbol_functions *psf - = dynamic_cast<psymbol_functions *> (objfile->qf.get ()); + = dynamic_cast<psymbol_functions *> (objfile->qf.front ().get ()); gdb_assert (psf != nullptr); psf->set_partial_symtabs (per_bfd->partial_symtabs); per_objfile->resize_symtabs (); |