]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-nios2.h
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / elf32-nios2.h
index 1cdcda9b76f14e1c574f2b1570f59514a4b16ee8..4961e87cf996f53992316f583dcf455a1b9d3b6b 100644 (file)
@@ -28,11 +28,11 @@ extern int nios2_elf32_setup_section_lists
 extern void nios2_elf32_next_input_section
   (struct bfd_link_info *, asection *);
 
-extern bfd_boolean nios2_elf32_size_stubs
+extern bool nios2_elf32_size_stubs
   (bfd *, bfd *, struct bfd_link_info *,
-   asection * (*) (const char *, asection *, bfd_boolean), void (*) (void));
+   asection * (*) (const char *, asection *, bool), void (*) (void));
 
-extern bfd_boolean nios2_elf32_build_stubs
+extern bool nios2_elf32_build_stubs
   (struct bfd_link_info *);
 
 #endif  /* _ELF32_NIOS2_H */