]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-bpf.c
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / cpu-bpf.c
index 36c5965304ffbd9e4888575db828945ee8368213..0b8dd9919608bb1484cf8486cb19447f6306d039 100644 (file)
@@ -34,7 +34,7 @@ static const bfd_arch_info_type bfd_xbpf_arch =
   "bpf",                       /* Architecture name.  */
   "xbpf",                      /* Machine name.  */
   3,                           /* Section align power.  */
-  FALSE,                       /* The default ?  */
+  false,                       /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
   bfd_arch_default_fill,       /* Default fill.  */
@@ -53,7 +53,7 @@ const bfd_arch_info_type bfd_bpf_arch =
   "bpf",                       /* Architecture name.  */
   "bpf",                       /* Machine name.  */
   3,                           /* Section align power.  */
-  TRUE,                                /* The default ?  */
+  true,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
   bfd_arch_default_fill,       /* Default fill.  */