X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-iq2000.c;h=a09f43a9effd32e627293819bc0324ea216921cb;hb=1678bd35a35a3bace2d4aee39b64d96c638651f0;hp=72d83639cb9cba148d34977da452effa80d19a3b;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-iq2000.c b/bfd/cpu-iq2000.c index 72d83639cb..a09f43a9ef 100644 --- a/bfd/cpu-iq2000.c +++ b/bfd/cpu-iq2000.c @@ -1,5 +1,5 @@ /* BFD support for the Vitesse IQ2000 processor. - Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2003-2018 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -36,6 +36,7 @@ static const bfd_arch_info_type arch_info_struct[] = FALSE, /* 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 */ } }; @@ -53,5 +54,6 @@ const bfd_arch_info_type bfd_iq2000_arch = TRUE, /* the default ? */ bfd_default_compatible, /* architecture comparison fn */ bfd_default_scan, /* string to architecture convert fn */ + bfd_arch_default_fill, /* Default fill. */ &arch_info_struct[0], /* next in list */ };