Fix error messages in the NFP sources when building for 32-bit targets.
[deliverable/binutils-gdb.git] / bfd / cpu-iq2000.c
index 837ffadcd88ec32c4b215129df5d624eeebafc9a..a09f43a9effd32e627293819bc0324ea216921cb 100644 (file)
@@ -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 */
 };
This page took 0.024178 seconds and 4 git commands to generate.