@@ -2050,13 +2045,13 @@ xcoff_start_psymtab (struct objfile *objfile,
are the information for includes and dependencies. */
static struct partial_symtab *
-xcoff_end_psymtab (struct partial_symtab *pst, const char **include_list,
+xcoff_end_psymtab (struct objfile *objfile,
+ struct partial_symtab *pst, const char **include_list,
int num_includes, int capping_symbol_number,
struct partial_symtab **dependency_list,
int number_dependencies, int textlow_not_set)
@@ -2319,7 +2314,8 @@ scan_xcoff_symtab (struct objfile *objfile)
each program csect, because their text
sections need not be adjacent. */
xcoff_end_psymtab
- (pst, psymtab_include_list, includes_used,
+ (objfile,
+ pst, psymtab_include_list, includes_used,
symnum_before, dependency_list,
dependencies_used, textlow_not_set);