]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/pef.c
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / pef.c
index c9304115f6d91c7b741b7dc42aa42a6d4f76997f..f55e532b6fd79597c13ac3a65cf8fe1f294c3892 100644 (file)
--- a/bfd/pef.c
+++ b/bfd/pef.c
@@ -254,10 +254,10 @@ bfd_pef_convert_architecture (unsigned long architecture,
     *type = bfd_arch_m68k;
 }
 
-static bfd_boolean
+static bool
 bfd_pef_mkobject (bfd *abfd ATTRIBUTE_UNUSED)
 {
-  return TRUE;
+  return true;
 }
 
 static const char *bfd_pef_section_name (bfd_pef_section *section)