From f56ce88372c4b5848638bab8b10b71042725a100 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 25 Sep 2013 22:24:05 +0000 Subject: * symfile.h (struct sym_fns): Add "objfile" argument to sym_read_linetable. All uses updated. --- gdb/xcoffread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffread.c') diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 75ac0f5..17c45b9 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -817,7 +817,7 @@ return_after_cleanup: } static void -aix_process_linenos (void) +aix_process_linenos (struct objfile *objfile) { /* There is no linenos to read if there are only dwarf info. */ if (this_symtab_psymtab == NULL) -- cgit v1.1