]> Git Repo - binutils.git/blobdiff - ld/pep-dll.h
Use bool in ld
[binutils.git] / ld / pep-dll.h
index 67f26c5f88797273aa45691919302e91e0320805..943637b77a581af8f82b307424ab668f3d14890f 100644 (file)
@@ -48,7 +48,7 @@ extern void pep_dll_add_excludes  (const char *, const exclude_type);
 extern void pep_dll_generate_def_file  (const char *);
 extern void pep_dll_generate_implib  (def_file *, const char *, struct bfd_link_info *);
 extern void pep_process_import_defs  (bfd *, struct bfd_link_info *);
-extern bfd_boolean pep_implied_import_dll  (const char *);
+extern bool pep_implied_import_dll  (const char *);
 extern void pep_dll_build_sections  (bfd *, struct bfd_link_info *);
 extern void pep_exe_build_sections  (bfd *, struct bfd_link_info *);
 extern void pep_dll_fill_sections  (bfd *, struct bfd_link_info *);
@@ -58,7 +58,7 @@ extern void pep_find_data_imports  (const char *,
                                                const char *));
 extern void pep_create_import_fixup  (arelent * rel, asection *, bfd_vma,
                                      char *, const char *);
-extern bfd_boolean pep_bfd_is_dll  (bfd *);
+extern bool pep_bfd_is_dll  (bfd *);
 extern void pep_output_file_set_long_section_names (bfd *);
 
 #endif /* PEP_DLL_H */
This page took 0.022759 seconds and 4 git commands to generate.