Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index 1cdb175e3537dc70203632b071dadbe0a8238693..ebcdcd49d12fe747584ffa3804f8f0c0fd924d64 100644 (file)
@@ -486,7 +486,7 @@ free_objfile (objfile)
       if (objfile->static_psymbols.list)
        mfree (objfile->md, objfile->static_psymbols.list);
       /* Free the obstacks for non-reusable objfiles */
-      obstack_free (&objfile->psymbol_cache.cache, 0);
+      free_bcache (&objfile->psymbol_cache);
       obstack_free (&objfile->psymbol_obstack, 0);
       obstack_free (&objfile->symbol_obstack, 0);
       obstack_free (&objfile->type_obstack, 0);
This page took 0.023622 seconds and 4 git commands to generate.