]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-spu.c
Use bool in bfd
[thirdparty/binutils-gdb.git] / bfd / cpu-spu.c
index 612b89ef1e8c2580726c2ec568fc46a79f5ca2f9..f8aba7c7a6929df1fb10be8f9b3cd2aa0815ea77 100644 (file)
@@ -44,7 +44,7 @@ const bfd_arch_info_type bfd_spu_arch =
   "spu",               /* Architecture name.  */
   "spu:256K",          /* Printable name.  */
   3,                   /* Section alignment power.  */
-  TRUE,                        /* Default machine.  */
+  true,                        /* Default machine.  */
   spu_compatible,      /* The spu is only compatible with itself, see above.  */
   bfd_default_scan,
   bfd_arch_default_fill,