gdb: rename partial_symtab::read_dependencies to expand_dependencies
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 5d2fbcd27490c52369c740c04b08011a71fd61b2..f4bb24447153ba9182d659b3bdff4dda711d6c6c 100644 (file)
@@ -3856,7 +3856,7 @@ psymtab_to_symtab_1 (legacy_psymtab *pst, struct objfile *objfile)
   /* Read in all partial symtabs on which this one is dependent.
      NOTE that we do have circular dependencies, sigh.  We solved
      that by setting pst->readin before this point.  */
-  pst->read_dependencies (objfile);
+  pst->expand_dependencies (objfile);
 
   /* Do nothing if this is a dummy psymtab.  */
 
This page took 0.024445 seconds and 4 git commands to generate.