summaryrefslogtreecommitdiff
path: root/bfd/cpu-v850.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-v850.c')
-rw-r--r--bfd/cpu-v850.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/bfd/cpu-v850.c b/bfd/cpu-v850.c
index 22e3525b541..c80a44eb29d 100644
--- a/bfd/cpu-v850.c
+++ b/bfd/cpu-v850.c
@@ -29,13 +29,13 @@
static const bfd_arch_info_type arch_info_struct[6] =
{
- N (bfd_mach_v850e3v5, "v850e3v5", FALSE, arch_info_struct + 1),
- N (bfd_mach_v850e3v5, "v850e2v4", FALSE, arch_info_struct + 2),
- N (bfd_mach_v850e2v3, "v850e2v3", FALSE, arch_info_struct + 3),
- N (bfd_mach_v850e2, "v850e2", FALSE, arch_info_struct + 4),
- N (bfd_mach_v850e1, "v850e1", FALSE, arch_info_struct + 5),
- N (bfd_mach_v850e, "v850e", FALSE, NULL)
+ N (bfd_mach_v850e3v5, "v850e3v5", false, arch_info_struct + 1),
+ N (bfd_mach_v850e3v5, "v850e2v4", false, arch_info_struct + 2),
+ N (bfd_mach_v850e2v3, "v850e2v3", false, arch_info_struct + 3),
+ N (bfd_mach_v850e2, "v850e2", false, arch_info_struct + 4),
+ N (bfd_mach_v850e1, "v850e1", false, arch_info_struct + 5),
+ N (bfd_mach_v850e, "v850e", false, NULL)
};
const bfd_arch_info_type bfd_v850_arch =
- N (bfd_mach_v850, "v850", TRUE, arch_info_struct + 0);
+ N (bfd_mach_v850, "v850", true, arch_info_struct + 0);