aboutsummaryrefslogtreecommitdiff
path: root/ld/pe-dll.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/pe-dll.h')
-rw-r--r--ld/pe-dll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/pe-dll.h b/ld/pe-dll.h
index 180bf8c..ce5e945 100644
--- a/ld/pe-dll.h
+++ b/ld/pe-dll.h
@@ -52,7 +52,7 @@ extern void pe_dll_generate_implib
(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
+extern bool pe_implied_import_dll
(const char *);
extern void pe_dll_build_sections
(bfd *, struct bfd_link_info *);
@@ -66,7 +66,7 @@ extern void pe_find_data_imports
(const char *, void (*cb) (arelent *, asection *, char *, const char *));
extern void pe_create_import_fixup
(arelent * rel, asection *, bfd_vma, char *, const char *);
-extern bfd_boolean pe_bfd_is_dll
+extern bool pe_bfd_is_dll
(bfd *);
extern void pe_output_file_set_long_section_names
(bfd *);