Use bool in bfd
[deliverable/binutils-gdb.git] / bfd / cpu-iamcu.c
index 01037b12773705477db844db4f9bea387ea72efe..633bd3a571d77b930db2563a6f32e67c3068de20 100644 (file)
 #include "bfd.h"
 #include "libbfd.h"
 
-extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
-                                           bfd_boolean);
+extern void *bfd_arch_i386_short_nop_fill (bfd_size_type, bool, bool);
 
 #define N(number, name, print, next)                        \
-  { 32, 32, 8, bfd_arch_iamcu, number, name, print, 3, TRUE, \
+  { 32, 32, 8, bfd_arch_iamcu, number, name, print, 3, true, \
     bfd_default_compatible, bfd_default_scan,               \
     bfd_arch_i386_short_nop_fill, next, 0 }
 
This page took 0.02414 seconds and 4 git commands to generate.