diff options
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h index 79f83a4..9bc960a 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -134,7 +134,7 @@ struct partial_symtab virtual void expand_psymtab (struct objfile *) = 0; /* Ensure that all the dependencies are read in. */ - void read_dependencies (struct objfile *); + void expand_dependencies (struct objfile *); /* Return true if the symtab corresponding to this psymtab has been readin. */ |