X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-plugin.c;h=23991c28861a6430883c67ee1c3960af7d69a16a;hb=89a65580f4522f81ef7e4e49298b24f3ebc14355;hp=105cf81a9a1d58bc6b8819bc2a16feaa50ae7c9c;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-plugin.c b/bfd/cpu-plugin.c index 105cf81a9a..23991c2886 100644 --- a/bfd/cpu-plugin.c +++ b/bfd/cpu-plugin.c @@ -1,5 +1,5 @@ /* BFD support for plugins. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -24,9 +24,9 @@ const bfd_arch_info_type bfd_plugin_arch = { - 32, /* 32 bits in a word. */ - 32, /* 32 bits in an address. */ - 8, /* 8 bits in a byte. */ + 32, /* Bits in a word. */ + 32, /* Bits in an address. */ + 8, /* Bits in a byte. */ bfd_arch_plugin, 0, /* Only 1 machine. */ "plugin", @@ -36,5 +36,6 @@ const bfd_arch_info_type bfd_plugin_arch = bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, - 0 + NULL, + 0 /* Maximum offset of a reloc from the start of an insn. */ };