Support arch-dependent fill
[deliverable/binutils-gdb.git] / bfd / cpu-m68k.c
index ec9bccd075a42250903741e337b789ef0433ae59..009ff043d94187588a98e42690de43d1d42c035b 100644 (file)
@@ -30,7 +30,8 @@ bfd_m68k_compatible (const bfd_arch_info_type *a,
                     const bfd_arch_info_type *b);
 
 #define N(name, print,d,next)  \
-{  32, 32, 8, bfd_arch_m68k, name, "m68k",print,2,d,bfd_m68k_compatible,bfd_default_scan, next, }
+{  32, 32, 8, bfd_arch_m68k, name, "m68k",print,2,d,bfd_m68k_compatible, \
+   bfd_default_scan, bfd_arch_default_fill, next, }
 
 static const bfd_arch_info_type arch_info_struct[] =
   {
This page took 0.023769 seconds and 4 git commands to generate.