From 2acceee2182a942e6a79a972009540990f4dfabf Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 5 Oct 1999 23:13:56 +0000 Subject: import gdb-1999-10-04 snapshot --- gdb/xcoffread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/xcoffread.c') diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index fa03d2f22ac..55f23cb8fb8 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -224,7 +224,7 @@ static void xcoff_symfile_finish PARAMS ((struct objfile *)); static void - xcoff_symfile_offsets PARAMS ((struct objfile *, CORE_ADDR)); + xcoff_symfile_offsets PARAMS ((struct objfile *, struct section_addr_info *addrs)); static void find_linenos PARAMS ((bfd *, sec_ptr, PTR)); @@ -2761,7 +2761,7 @@ xcoff_initial_scan (objfile, mainline) static void xcoff_symfile_offsets (objfile, addr) struct objfile *objfile; - CORE_ADDR addr; + struct section_addr_info *addrs; { int i; -- cgit v1.2.1