Tweak moxie-rtems triplet recognition
[deliverable/binutils-gdb.git] / bfd / cpu-m32c.c
index d2f9cb17b48bf08615eb5286e132f047eaa6f4a0..9c269383d0930f5c07d912a4d8582da30d4997d0 100644 (file)
@@ -49,6 +49,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* the default ? */
     bfd_default_compatible,    /* architecture comparison fn */
     m32c_scan,                 /* string to architecture convert fn */
+    bfd_arch_default_fill,     /* Default fill.  */
     NULL                       /* next in list */
   },
 };
@@ -66,5 +67,6 @@ const bfd_arch_info_type bfd_m32c_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   m32c_scan,                   /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   &arch_info_struct[0],                /* Next in list.  */
 };
This page took 0.032758 seconds and 4 git commands to generate.