X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fcpu-m10300.c;h=e8f0fc9d882bdb628852e93cd53627509a6f9bc3;hb=f1cee837665a932d3d747597d8512cd0d3650478;hp=578ab081e198996449b65dddb3ad0bf30b4953a9;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=binutils-gdb.git diff --git a/bfd/cpu-m10300.c b/bfd/cpu-m10300.c index 578ab081e19..e8f0fc9d882 100644 --- a/bfd/cpu-m10300.c +++ b/bfd/cpu-m10300.c @@ -1,5 +1,5 @@ /* BFD support for the Matsushita 10300 processor - Copyright (C) 1996-2020 Free Software Foundation, Inc. + Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -41,10 +41,10 @@ } const bfd_arch_info_type bfd_am33_2_arch = - N (bfd_mach_am33_2, "am33_2", "am33-2", FALSE, NULL); + N (bfd_mach_am33_2, "am33_2", "am33-2", false, NULL); const bfd_arch_info_type bfd_am33_arch = - N (bfd_mach_am33, "am33", "am33", FALSE, &bfd_am33_2_arch); + N (bfd_mach_am33, "am33", "am33", false, &bfd_am33_2_arch); const bfd_arch_info_type bfd_mn10300_arch = - N (bfd_mach_mn10300, "mn10300", "mn10300", TRUE, &bfd_am33_arch); + N (bfd_mach_mn10300, "mn10300", "mn10300", true, &bfd_am33_arch);