Support arch-dependent fill
[deliverable/binutils-gdb.git] / bfd / cpu-iq2000.c
index 72d83639cb9cba148d34977da452effa80d19a3b..648380e63435d0d5f6597045652aaba4335ce610 100644 (file)
@@ -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.027022 seconds and 4 git commands to generate.