* pep-dll.h (pep_bfd_is_dll): Add prototype.
authorNick Clifton <nickc@redhat.com>
Mon, 8 Jan 2007 16:16:37 +0000 (16:16 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Jan 2007 16:16:37 +0000 (16:16 +0000)
ld/ChangeLog
ld/pep-dll.h

index eb5ac83..ed2e1d3 100644 (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
index bd10798..a5ebc26 100644 (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 */