X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-tic54x.c;h=1235f138d61008b83fd0a8e3670fa331c9775dd7;hb=a8acd6eeb6dc2cc5460ece90f90ebe36b56b20ba;hp=0e3b56d6e73bdf7ed0f1a568963c7c1e486b4bf7;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-tic54x.c b/bfd/cpu-tic54x.c index 0e3b56d6e7..1235f138d6 100644 --- a/bfd/cpu-tic54x.c +++ b/bfd/cpu-tic54x.c @@ -1,5 +1,5 @@ /* BFD support for the Texas Instruments TMS320C54X architecture. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2020 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_tic54x_arch = { - 16, /* 16 bits in a word */ - 16, /* 16 bits in an address (except '548) */ - 16, /* 16 bits in a byte */ + 16, /* Bits in a word. */ + 16, /* Bits in an address (except '548). */ + 16, /* Bits in a byte. */ bfd_arch_tic54x, - 0, /* only 1 machine */ + 0, /* Only 1 machine. */ "tic54x", "tms320c54x", 1, - 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. */ };