]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-tilegx.c
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / cpu-tilegx.c
index 91c4fe9993a704d5a0860ab3283ae22e944b7cf6..c71591557cd31a2e766c4b81f55c67a7259243d3 100644 (file)
@@ -41,8 +41,8 @@
   }
 
 const bfd_arch_info_type bfd_tilegx32_arch =
-  N (32, bfd_mach_tilegx32, "tilegx32", FALSE, NULL);
+  N (32, bfd_mach_tilegx32, "tilegx32", false, NULL);
 
 const bfd_arch_info_type bfd_tilegx_arch =
-  N (64, bfd_mach_tilegx, "tilegx", TRUE, &bfd_tilegx32_arch);
+  N (64, bfd_mach_tilegx, "tilegx", true, &bfd_tilegx32_arch);