X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fcpu-tilepro.c;h=599e9b58a84d0a867c7ee5120f9ef69ed0e31f7e;hb=0b99131d48925b260f109613aba933abe711e90b;hp=4066fc19df54acfcc36dd4b8950c832dbcda76ba;hpb=691bf19c4ea5b2f5d615c4116649daf32f81cc7d;p=binutils-gdb.git diff --git a/bfd/cpu-tilepro.c b/bfd/cpu-tilepro.c index 4066fc19df5..599e9b58a84 100644 --- a/bfd/cpu-tilepro.c +++ b/bfd/cpu-tilepro.c @@ -1,5 +1,5 @@ /* BFD support for the TILEPro processor. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2022 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -23,18 +23,19 @@ #include "libbfd.h" const bfd_arch_info_type bfd_tilepro_arch = - { - 32, /* 32 bits in a word */ - 32, /* 32 bits in an address */ - 8, /* 8 bits in a byte */ - bfd_arch_tilepro, - bfd_mach_tilepro, - "tilepro", - "tilepro", - 3, - TRUE, - bfd_default_compatible, - bfd_default_scan, - bfd_arch_default_fill, - 0, - }; +{ + 32, /* Bits in a word. */ + 32, /* Bits in an address. */ + 8, /* Bits in a byte. */ + bfd_arch_tilepro, + bfd_mach_tilepro, + "tilepro", + "tilepro", + 3, + true, + bfd_default_compatible, + bfd_default_scan, + bfd_arch_default_fill, + NULL, + 0 /* Maximum offset of a reloc from the start of an insn. */ +};