summaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-09-25 22:24:05 +0000
committerDoug Evans <dje@google.com>2013-09-25 22:24:05 +0000
commit7e414f30983310e8dfd126e9ab2a3529ffd4075a (patch)
tree791032305341c0cb347ff6452fe2a48e2a67a143 /gdb/xcoffread.c
parentf49e1ecc3da86850fa2923c08a3b04afb15e5ee5 (diff)
downloadgdb-7e414f30983310e8dfd126e9ab2a3529ffd4075a.tar.gz
* symfile.h (struct sym_fns): Add "objfile" argument to
sym_read_linetable. All uses updated.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 75ac0f59ff3..17c45b96bae 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)