mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
Fix prototype of _bfd_ecoff_styp_to_sec_flags
This commit is contained in:
parent
156e34dd45
commit
407c2b92ba
@ -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>
|
2001-07-24 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.am: Update dependencies with "make dep-am".
|
* Makefile.am: Update dependencies with "make dep-am".
|
||||||
|
@ -340,7 +340,7 @@ extern PTR _bfd_ecoff_mkobject_hook PARAMS ((bfd *, PTR filehdr, PTR aouthdr));
|
|||||||
#define _bfd_ecoff_set_alignment_hook \
|
#define _bfd_ecoff_set_alignment_hook \
|
||||||
((void (*) PARAMS ((bfd *, asection *, PTR))) bfd_void)
|
((void (*) PARAMS ((bfd *, asection *, PTR))) bfd_void)
|
||||||
extern boolean _bfd_ecoff_set_arch_mach_hook PARAMS ((bfd *abfd, PTR filehdr));
|
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 *));
|
PARAMS ((bfd *, PTR, const char *, asection *, flagword *));
|
||||||
extern boolean _bfd_ecoff_slurp_symbol_table PARAMS ((bfd *abfd));
|
extern boolean _bfd_ecoff_slurp_symbol_table PARAMS ((bfd *abfd));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user