X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-fr30.c;h=28b7460d5df330bf6621beff28ec9cce1c5daecf;hb=7a13ef8500d8d5e911739993c348ebeaaff550c5;hp=a239a216586ed8332353d8571e66266f95426565;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-fr30.c b/bfd/cpu-fr30.c index a239a21658..28b7460d5d 100644 --- a/bfd/cpu-fr30.c +++ b/bfd/cpu-fr30.c @@ -1,5 +1,5 @@ /* BFD support for the FR30 processor. - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2019 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_fr30_arch = { - 32, /* bits per word */ - 32, /* bits per address */ - 8, /* bits per byte */ - bfd_arch_fr30, /* architecture */ - bfd_mach_fr30, /* machine */ - "fr30", /* architecture name */ - "fr30", /* printable name */ - 4, /* section align power */ - TRUE, /* the default ? */ - bfd_default_compatible, /* architecture comparison fn */ - bfd_default_scan, /* string to architecture convert fn */ + 32, /* Bits per word. */ + 32, /* Bits per address. */ + 8, /* Bits per byte. */ + bfd_arch_fr30, /* Architecture. */ + bfd_mach_fr30, /* Machine. */ + "fr30", /* Architecture name. */ + "fr30", /* Printable name. */ + 4, /* Section align power. */ + TRUE, /* The default ? */ + bfd_default_compatible, /* Architecture comparison fn. */ + bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ - NULL /* next in list */ + NULL, /* Next in list. */ + 0 /* Maximum offset of a reloc from the start of an insn. */ };