From 524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 1 Sep 2001 10:29:27 +0000 Subject: * vms-tir.c: Add missing prototypes. * vms-hdr.c: Likewise. * vms-gsd.c: Likewise. * vms-misc.c: Likewise. --- bfd/vms-gsd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bfd/vms-gsd.c') diff --git a/bfd/vms-gsd.c b/bfd/vms-gsd.c index 773823c0baa..5365853ef07 100644 --- a/bfd/vms-gsd.c +++ b/bfd/vms-gsd.c @@ -1,6 +1,6 @@ /* vms-gsd.c -- BFD back-end for VAX (openVMS/VAX) and EVAX (openVMS/Alpha) files. - Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. go and read the openVMS linker manual (esp. appendix B) if you don't know what's going on here :-) @@ -139,6 +139,9 @@ static struct sec_flags_struct evax_section_flags[] = { (SEC_IN_MEMORY|SEC_DATA|SEC_HAS_CONTENTS|SEC_ALLOC|SEC_LOAD) } }; +static flagword vms_secflag_by_name PARAMS ((bfd *, struct sec_flags_struct *, char *, int)); +static flagword vms_esecflag_by_name PARAMS ((struct sec_flags_struct *, char *, int)); + /* Retrieve bfd section flags by name and size */ static flagword -- cgit v1.2.1