]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-score.c
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / cpu-score.c
index 02c24b25c678467eae0d7e0440353e1c39433431..52545c1e07eff712a06bc826250fa6d3db5a17d9 100644 (file)
@@ -63,8 +63,8 @@ compatible (const bfd_arch_info_type * a, const bfd_arch_info_type * b)
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
-  N (bfd_mach_score3, "score3", FALSE, NULL),
+  N (bfd_mach_score3, "score3", false, NULL),
 };
 
 const bfd_arch_info_type bfd_score_arch =
-  N (bfd_mach_score7, "score7", TRUE, & arch_info_struct[0]);
+  N (bfd_mach_score7, "score7", true, & arch_info_struct[0]);