X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-metag.c;h=236c71e19807f83c2c37b2e33d89b9ad3a5bab3c;hb=5018ce90c1205d79f29adf954b0fd5e613d08430;hp=23c8d0c4fbd200e4824c8f9d101f43b8c29930e3;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-metag.c b/bfd/cpu-metag.c index 23c8d0c4fb..236c71e198 100644 --- a/bfd/cpu-metag.c +++ b/bfd/cpu-metag.c @@ -1,5 +1,5 @@ /* BFD support for the Imagination Technologies Meta processor. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2020 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. @@ -37,5 +37,6 @@ const bfd_arch_info_type bfd_metag_arch = 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. */ };