aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-s390.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-s390.c')
-rw-r--r--bfd/cpu-s390.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/cpu-s390.c b/bfd/cpu-s390.c
index 9e3be8c..e71779c 100644
--- a/bfd/cpu-s390.c
+++ b/bfd/cpu-s390.c
@@ -43,12 +43,12 @@
#if BFD_DEFAULT_TARGET_SIZE == 64
static const bfd_arch_info_type bfd_s390_31_arch =
- N (32, bfd_mach_s390_31, "s390:31-bit", FALSE, NULL);
+ N (32, bfd_mach_s390_31, "s390:31-bit", false, NULL);
const bfd_arch_info_type bfd_s390_arch =
- N (64, bfd_mach_s390_64, "s390:64-bit", TRUE, &bfd_s390_31_arch);
+ N (64, bfd_mach_s390_64, "s390:64-bit", true, &bfd_s390_31_arch);
#else
static const bfd_arch_info_type bfd_s390_64_arch =
- N (64, bfd_mach_s390_64, "s390:64-bit", FALSE, NULL);
+ N (64, bfd_mach_s390_64, "s390:64-bit", false, NULL);
const bfd_arch_info_type bfd_s390_arch =
- N (32, bfd_mach_s390_31, "s390:31-bit", TRUE, &bfd_s390_64_arch);
+ N (32, bfd_mach_s390_31, "s390:31-bit", true, &bfd_s390_64_arch);
#endif