• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision55d40c351056caa4ba0b6b42c806758195554d05 (tree)
Time2001-08-02 13:53:37
AuthorAndrew Cagney <cagney@redh...>
CommiterAndrew Cagney

Log Message

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.

Change Summary

Incremental Difference

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
1+2001-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2+
3+ * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
4+ to match corresponding bfd_coff_backend data member.
5+
16 2001-07-24 Alan Modra <amodra@bigpond.net.au>
27
38 * Makefile.am: Update dependencies with "make dep-am".
--- a/bfd/libecoff.h
+++ b/bfd/libecoff.h
@@ -340,7 +340,7 @@ extern PTR _bfd_ecoff_mkobject_hook PARAMS ((bfd *, PTR filehdr, PTR aouthdr));
340340 #define _bfd_ecoff_set_alignment_hook \
341341 ((void (*) PARAMS ((bfd *, asection *, PTR))) bfd_void)
342342 extern boolean _bfd_ecoff_set_arch_mach_hook PARAMS ((bfd *abfd, PTR filehdr));
343-extern flagword _bfd_ecoff_styp_to_sec_flags
343+extern boolean _bfd_ecoff_styp_to_sec_flags
344344 PARAMS ((bfd *, PTR, const char *, asection *, flagword *));
345345 extern boolean _bfd_ecoff_slurp_symbol_table PARAMS ((bfd *abfd));
346346