* pe-dll.c (pe_bfd_is_dll): New function.
[platform/upstream/binutils.git] / ld / pe-dll.h
index c79e563..eb24a8a 100644 (file)
@@ -59,4 +59,7 @@ extern void pe_walk_relocs_of_symbol
   (struct bfd_link_info *, const char *, int (*) (arelent *, asection *));
 extern void pe_create_import_fixup
   (arelent * rel, asection *, int);
+extern bfd_boolean pe_bfd_is_dll
+  (bfd *);
+
 #endif /* PE_DLL_H */