]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/coff-ia64.c
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / coff-ia64.c
index 887c7aae77cf840c9cbb73224025154b93e1685a..7aa2984187c729b9f09d570023d907705d50d49b 100644 (file)
@@ -53,11 +53,11 @@ static reloc_howto_type howto_table[] =
 /* Return TRUE if this relocation should
    appear in the output .reloc section.  */
 
-static bfd_boolean
+static bool
 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED,
            reloc_howto_type *howto ATTRIBUTE_UNUSED)
 {
-  return FALSE;                        /* We don't do relocs for now...  */
+  return false;                        /* We don't do relocs for now...  */
 }
 #endif