gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / bfd / cpu-l1om.c
index 8ff0c04fc2354bccf06e232a515fc67d4a29f082..086e727a64b80fe64d5c2224cfe2a6b26493486e 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)                        \
-  { 64, 64, 8, bfd_arch_l1om, number, name, print, 3, TRUE, \
-    bfd_default_compatible, bfd_default_scan,               \
+#define N(number, name, print, next)                           \
+  { 64, 64, 8, bfd_arch_l1om, number, name, print, 3, true,    \
+    bfd_default_compatible, bfd_default_scan,                  \
     bfd_arch_i386_short_nop_fill, next, 0 }
 
 static const bfd_arch_info_type bfd_l1om_arch_intel_syntax =
This page took 0.024638 seconds and 4 git commands to generate.