Update my email address in MAINTAINERS
[deliverable/binutils-gdb.git] / bfd / cpu-nfp.c
index 4cd6359a1dd30b1060b3f9fbca72a0116f46e66b..88c95932960878ff02e60bc51543bf8e79305280 100644 (file)
@@ -55,7 +55,7 @@ bfd_nfp_compatible (const bfd_arch_info_type * a,
 }
 
 static const bfd_arch_info_type arch_info_struct =
-  N (bfd_mach_nfp3200, "NFP-32xx", FALSE, NULL);
+  N (bfd_mach_nfp3200, "NFP-32xx", false, NULL);
 
 const bfd_arch_info_type bfd_nfp_arch =
-  N (bfd_mach_nfp6000, "NFP-6xxx", TRUE, &arch_info_struct);
+  N (bfd_mach_nfp6000, "NFP-6xxx", true, &arch_info_struct);
This page took 0.053738 seconds and 4 git commands to generate.