aboutsummaryrefslogtreecommitdiff
path: root/binutils/coffgrok.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-21 10:02:27 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-21 10:02:27 +0000
commitc32144ff6becdde701335c5e42182163531a8611 (patch)
tree378e3a31433791acb7a7059861fc51e8a794ffb0 /binutils/coffgrok.h
parent279a96ca3981d4b8c2396c26a0bbba6a02226dde (diff)
downloadgdb-c32144ff6becdde701335c5e42182163531a8611.zip
gdb-c32144ff6becdde701335c5e42182163531a8611.tar.gz
gdb-c32144ff6becdde701335c5e42182163531a8611.tar.bz2
* coffgrok.h: Add missing parameter for prototype of coff_grok.
* sysdump.c: Add missing prototypes. * srconv.c: Likewise. * unwind-ia64.c: Likewise. * coffdump.c: Likewise. * sysinfo.y: Print prototypes, include <ansidecl.h>. * coffgrok.c: Add missing prototypes, include libiberty.h instead of declaring xcalloc.
Diffstat (limited to 'binutils/coffgrok.h')
-rw-r--r--binutils/coffgrok.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h
index e442bae..be0bdef 100644
--- a/binutils/coffgrok.h
+++ b/binutils/coffgrok.h
@@ -222,4 +222,4 @@ struct coff_sfile
struct coff_sfile *sfile;
};
-struct coff_ofile *coff_grok();
+struct coff_ofile *coff_grok PARAMS ((bfd *));