* pep-dll.h (pep_bfd_is_dll): Add prototype.

This commit is contained in:
Nick Clifton 2007-01-08 16:16:37 +00:00
parent 916c46cb42
commit 033432d0f5
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-01-08 Nick Clifton <nickc@redhat.com>
* pep-dll.h (pep_bfd_is_dll): Add prototype.
2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
PR ld/3843

View File

@ -49,5 +49,6 @@ extern void pep_exe_fill_sections (bfd *, struct bfd_link_info *);
extern void pep_walk_relocs_of_symbol
(struct bfd_link_info *, const char *, int (*) (arelent *, asection *));
extern void pep_create_import_fixup (arelent * rel, asection *, int);
extern bfd_boolean pep_bfd_is_dll (bfd *);
#endif /* PEP_DLL_H */