X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fcpu-spu.c;h=73fa232842e528c40cb2e357050cc7102d0fadd8;hb=243cf0f69c36c4ee09c3c2b0bc7a97dc16119c51;hp=612b89ef1e8c2580726c2ec568fc46a79f5ca2f9;hpb=250d07de5cf6efc81ed934c25292beb63c7e3129;p=binutils-gdb.git diff --git a/bfd/cpu-spu.c b/bfd/cpu-spu.c index 612b89ef1e8..73fa232842e 100644 --- a/bfd/cpu-spu.c +++ b/bfd/cpu-spu.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2021 Free Software Foundation, Inc. +/* Copyright (C) 2006-2022 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -44,7 +44,7 @@ const bfd_arch_info_type bfd_spu_arch = "spu", /* Architecture name. */ "spu:256K", /* Printable name. */ 3, /* Section alignment power. */ - TRUE, /* Default machine. */ + true, /* Default machine. */ spu_compatible, /* The spu is only compatible with itself, see above. */ bfd_default_scan, bfd_arch_default_fill,