bfd/
[deliverable/binutils-gdb.git] / bfd / cpu-v850.c
index 38333c8c153baaefb58cf6d3821e5cb7d80c32a8..fe96656765099da8663c3b7907d91c4aba8e1a7f 100644 (file)
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
-  N (bfd_mach_v850e,  "v850e",  false, NULL)
+  N (bfd_mach_v850e,  "v850e",  FALSE, NULL)
 };
 
 #undef  NEXT
 #define NEXT & arch_info_struct[0]
 
 const bfd_arch_info_type bfd_v850_arch =
-  N (bfd_mach_v850, "v850", true, NEXT);
+  N (bfd_mach_v850, "v850", TRUE, NEXT);
This page took 0.023579 seconds and 4 git commands to generate.