X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-tic80.c;h=2fcbd9ddc460a7b1df59b2f08763b7252d6f38f8;hb=036003a671233c43e35b3004f91e4cbd61255cf3;hp=a72dcdf1936978df0e657890c17595a115bc6620;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-tic80.c b/bfd/cpu-tic80.c index a72dcdf193..2fcbd9ddc4 100644 --- a/bfd/cpu-tic80.c +++ b/bfd/cpu-tic80.c @@ -1,5 +1,5 @@ /* bfd back-end for TI TMS320C80 (MVP) support - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. Written by Fred Fish at Cygnus support (fnf@cygnus.com) This file is part of BFD, the Binary File Descriptor library. @@ -24,18 +24,19 @@ #include "libbfd.h" const bfd_arch_info_type bfd_tic80_arch = - { - 32, /* 32 bits in a word */ - 32, /* 32 bits in an address */ - 8, /* 8 bits in a byte */ - bfd_arch_tic80, /* bfd_architecture enum */ - 0, /* only 1 machine */ - "tic80", /* architecture name */ - "tic80", /* printable name */ - 2, /* section alignment power */ - TRUE, /* default machine for architecture */ - bfd_default_compatible, - bfd_default_scan, - bfd_arch_default_fill, - NULL, /* Pointer to next in chain */ - }; +{ + 32, /* Bits in a word. */ + 32, /* Bits in an address. */ + 8, /* Bits in a byte. */ + bfd_arch_tic80, /* Architecture number. */ + 0, /* Only 1 machine. */ + "tic80", /* Architecture name. */ + "tic80", /* Printable name. */ + 2, /* Section alignment power. */ + TRUE, /* Default machine. */ + bfd_default_compatible, + bfd_default_scan, + bfd_arch_default_fill, + NULL, /* Pointer to next in chain. */ + 0 /* Maximum offset of a reloc from the start of an insn. */ +};