From: Nick Clifton Date: Mon, 30 Jul 2001 18:38:35 +0000 (+0000) Subject: Fix prototype of _bfd_ecoff_styp_to_sec_flags X-Git-Tag: cygnus_cvs_20020108_pre~1828 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=407c2b92ba1af5a3ed9cf410bab5b854cc2b1838;p=external%2Fbinutils.git Fix prototype of _bfd_ecoff_styp_to_sec_flags --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff174d8..e437630 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Rainer Orth + + * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type + to match corresponding bfd_coff_backend data member. + 2001-07-24 Alan Modra * Makefile.am: Update dependencies with "make dep-am". diff --git a/bfd/libecoff.h b/bfd/libecoff.h index e8e256d..a3e6245 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -340,7 +340,7 @@ extern PTR _bfd_ecoff_mkobject_hook PARAMS ((bfd *, PTR filehdr, PTR aouthdr)); #define _bfd_ecoff_set_alignment_hook \ ((void (*) PARAMS ((bfd *, asection *, PTR))) bfd_void) extern boolean _bfd_ecoff_set_arch_mach_hook PARAMS ((bfd *abfd, PTR filehdr)); -extern flagword _bfd_ecoff_styp_to_sec_flags +extern boolean _bfd_ecoff_styp_to_sec_flags PARAMS ((bfd *, PTR, const char *, asection *, flagword *)); extern boolean _bfd_ecoff_slurp_symbol_table PARAMS ((bfd *abfd));