X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-xstormy16.c;h=a17106dd8496c44680b8052db5fcb0595f94896a;hb=e443398846ee51d66b3df2524f7e0ddcb26cdae3;hp=d1c7e56840fc57817651626999607d8c2fea7de3;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-xstormy16.c b/bfd/cpu-xstormy16.c index d1c7e56840..a17106dd84 100644 --- a/bfd/cpu-xstormy16.c +++ b/bfd/cpu-xstormy16.c @@ -1,5 +1,5 @@ /* BFD support for the XSTORMY16 processor. - Copyright 2001, 2002, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2001-2020 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -24,16 +24,18 @@ const bfd_arch_info_type bfd_xstormy16_arch = { - 16, /* bits per word */ - 32, /* bits per address */ - 8, /* bits per byte */ - bfd_arch_xstormy16, /* architecture */ - bfd_mach_xstormy16, /* machine */ - "xstormy16", /* architecture name */ - "xstormy16", /* printable name */ - 2, /* section align power */ - TRUE, /* the default ? */ - bfd_default_compatible, /* architecture comparison fn */ - bfd_default_scan, /* string to architecture convert fn */ - NULL /* next in list */ + 16, /* Bits per word. */ + 32, /* Bits per address. */ + 8, /* Bits per byte. */ + bfd_arch_xstormy16, /* Architecture. */ + bfd_mach_xstormy16, /* Machine. */ + "xstormy16", /* Architecture name. */ + "xstormy16", /* Printable name. */ + 2, /* 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. */ + 0 /* Maximum offset of a reloc from the start of an insn. */ };