X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-iq2000.c;h=a09f43a9effd32e627293819bc0324ea216921cb;hb=1678bd35a35a3bace2d4aee39b64d96c638651f0;hp=837ffadcd88ec32c4b215129df5d624eeebafc9a;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-iq2000.c b/bfd/cpu-iq2000.c index 837ffadcd8..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, 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 */ };