]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-cris.c
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / cpu-cris.c
index 06b1636c9b73eb0f99555faecd2cf40302c854d7..9e8d8636845171578c8755074bd726d2d1857981 100644 (file)
@@ -66,7 +66,7 @@ get_compatible (const bfd_arch_info_type *a,
 }
 
 #define N(NUMBER, PRINT, NEXT)  \
- { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
+ { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, false, \
      get_compatible, bfd_default_scan, bfd_arch_default_fill, NEXT, 0 }
 
 static const bfd_arch_info_type bfd_cris_arch_compat_v10_v32 =
@@ -90,7 +90,7 @@ const bfd_arch_info_type bfd_cris_arch =
   "cris",                      /* The printable name is the same.  */
   1,                           /* Section alignment power; each section
                                   is aligned to (only) 2^1 bytes.  */
-  TRUE,                                /* This is the default "machine".  */
+  true,                                /* This is the default "machine".  */
   get_compatible,              /* A function for testing
                                   "machine" compatibility of two
                                   bfd_arch_info_type.  */