summaryrefslogtreecommitdiff
path: root/ld/pe-dll.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/pe-dll.h')
-rw-r--r--ld/pe-dll.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/pe-dll.h b/ld/pe-dll.h
index 6645c4c83b..83e7422fe6 100644
--- a/ld/pe-dll.h
+++ b/ld/pe-dll.h
@@ -36,14 +36,16 @@ extern int pe_dll_warn_dup_exports;
extern int pe_dll_compat_implib;
extern int pe_dll_extra_pe_debug;
+typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type;
+
extern void pe_dll_id_target
(const char *);
extern void pe_dll_add_excludes
- (const char *, const int);
+ (const char *, const exclude_type);
extern void pe_dll_generate_def_file
(const char *);
extern void pe_dll_generate_implib
- (def_file *, const char *);
+ (def_file *, const char *, struct bfd_link_info *);
extern void pe_process_import_defs
(bfd *, struct bfd_link_info *);
extern bfd_boolean pe_implied_import_dll