Support arch-dependent fill
[deliverable/binutils-gdb.git] / bfd / cpu-tic4x.c
index bd8b8f40705310866da721c45e85bb7262cd8751..e962233ffbcf51ea5f66a81acc0078782cdddbd7 100644 (file)
@@ -64,6 +64,7 @@ const bfd_arch_info_type bfd_tic3x_arch =
     FALSE,                     /* Not the default architecture.  */
     bfd_default_compatible,
     tic4x_scan,
+    bfd_arch_default_fill,
     0
   };
 
@@ -80,6 +81,7 @@ const bfd_arch_info_type bfd_tic4x_arch =
     TRUE,                      /* The default architecture.  */
     bfd_default_compatible,
     tic4x_scan,
+    bfd_arch_default_fill,
     &bfd_tic3x_arch,
   };
 
This page took 0.024319 seconds and 4 git commands to generate.