X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-tic30.c;h=f954dd1efe0f33773167184c73ff71f12b918b51;hb=957b1d8f2ff6c3fdf8f0fc00ab5e2ac9f82254a9;hp=3296daf2aece8ed590be50c526616bbe1aa66760;hpb=827041555ac443bd57340060f3e034fd7b199dd8;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-tic30.c b/bfd/cpu-tic30.c index 3296daf2ae..f954dd1efe 100644 --- a/bfd/cpu-tic30.c +++ b/bfd/cpu-tic30.c @@ -1,5 +1,5 @@ /* BFD support for the Texas Instruments TMS320C30 architecture. - Copyright (C) 1998-2019 Free Software Foundation, Inc. + Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -24,17 +24,18 @@ const bfd_arch_info_type bfd_tic30_arch = { - 32, /* 32 bits in a word */ - 32, /* 32 bits in an address */ - 8, /* 8 bits in a byte */ + 32, /* Bits in a word. */ + 32, /* Bits in an address. */ + 8, /* Bits in a byte. */ bfd_arch_tic30, - 0, /* only 1 machine */ + 0, /* Only 1 machine. */ "tic30", "tms320c30", 2, - TRUE, /* the one and only */ + true, /* The one and only. */ bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, - 0, + NULL, + 0 /* Maximum offset of a reloc from the start of an insn. */ };