summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-08-02 04:53:37 +0000
committerAndrew Cagney <cagney@redhat.com>2001-08-02 04:53:37 +0000
commit2c9faa66c53e3821b27779fa44a048df041b87aa (patch)
tree5adbe0ec9432b8a7913e122fb1bd48a1fd9b43af
parent385f1a494ac4d3cb45df0444a099ed5d32e1bf57 (diff)
downloadgdb-2c9faa66c53e3821b27779fa44a048df041b87aa.tar.gz
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.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/libecoff.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ff174d8d160..e43763075ac 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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".
diff --git a/bfd/libecoff.h b/bfd/libecoff.h
index e8e256d3f35..a3e6245de5e 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));