Support arch-dependent fill
[deliverable/binutils-gdb.git] / bfd / cpu-m68hc12.c
index 2a115b991706418dd25f6b14ef726419955fb283..2dbf62724292b8389911ec4c884f48ad12d89deb 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_m68hc12s_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,
 };
 
@@ -51,5 +52,6 @@ const bfd_arch_info_type bfd_m68hc12_arch =
     TRUE,
     bfd_default_compatible,
     bfd_default_scan,
+    bfd_arch_default_fill,
     &bfd_m68hc12s_arch,
 };
This page took 0.028686 seconds and 4 git commands to generate.