Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / cpu-iq2000.c
index 14ec2c80412ebfc89a0202f7d2882b369cc7f2a8..d8ea353900caad3aacc22fbc3854e9b58145a400 100644 (file)
@@ -41,8 +41,8 @@
   }
 
 static const bfd_arch_info_type arch_info_struct =
-  N (bfd_mach_iq10, "iq10", FALSE, NULL);
+  N (bfd_mach_iq10, "iq10", false, NULL);
 
 const bfd_arch_info_type bfd_iq2000_arch =
-  N (bfd_mach_iq2000, "iq2000", TRUE, &arch_info_struct);
+  N (bfd_mach_iq2000, "iq2000", true, &arch_info_struct);
 
This page took 0.024239 seconds and 4 git commands to generate.