gdb: rename dwarf2_per_objfile variables/fields to per_objfile
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 0b47bd0c1e2f9356320ecd02b69e2cf79e18fc81..56ff52119dc4de117d7b123307e3f19eab2d356a 100644 (file)
@@ -576,7 +576,7 @@ public:
 
   /* The partial symbol tables.  */
 
-  std::unique_ptr<psymtab_storage> partial_symtabs;
+  std::shared_ptr<psymtab_storage> partial_symtabs;
 
   /* The object file's BFD.  Can be null if the objfile contains only
      minimal symbols, e.g. the run time common symbols for SunOS4.  */
This page took 0.023266 seconds and 4 git commands to generate.