aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-xc16x.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-xc16x.c')
-rw-r--r--bfd/cpu-xc16x.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/cpu-xc16x.c b/bfd/cpu-xc16x.c
index 721e869..6e02433 100644
--- a/bfd/cpu-xc16x.c
+++ b/bfd/cpu-xc16x.c
@@ -43,11 +43,11 @@
}
const bfd_arch_info_type xc16xs_info_struct =
- N (16, bfd_mach_xc16xs, "xc16xs", FALSE, NULL);
+ N (16, bfd_mach_xc16xs, "xc16xs", false, NULL);
const bfd_arch_info_type xc16xl_info_struct =
- N (32, bfd_mach_xc16xl, "xc16xl", FALSE, & xc16xs_info_struct);
+ N (32, bfd_mach_xc16xl, "xc16xl", false, & xc16xs_info_struct);
const bfd_arch_info_type bfd_xc16x_arch =
- N (16, bfd_mach_xc16x, "xc16x", TRUE, & xc16xl_info_struct);
+ N (16, bfd_mach_xc16x, "xc16x", true, & xc16xl_info_struct);