Fix prototype of _bfd_ecoff_styp_to_sec_flags
authorNick Clifton <nickc@redhat.com>
Mon, 30 Jul 2001 18:38:35 +0000 (18:38 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 30 Jul 2001 18:38:35 +0000 (18:38 +0000)
bfd/ChangeLog
bfd/libecoff.h

index ff174d8d1602d4b27e75264d9d8f521b82f6203f..e43763075ac148f8c14bd529554158015ae361c7 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
+       to match corresponding bfd_coff_backend data member.
+
 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Update dependencies with "make dep-am".
index e8e256d3f35aa8099cd9a36d1744d4303eebb04a..a3e6245de5e819c5518e908dd8c9a90dde74b5be 100644 (file)
@@ -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));