* elflink.c (_bfd_elf_gc_mark_rsec): Mark weakdef syms too.
[deliverable/binutils-gdb.git] / bfd / cpu-ip2k.c
index 0b959bd8d24e55b5852c0eb330f3ab34c2428965..d8eaf3c2a5ae974abdd4982d1a5197e09e80f6d0 100644 (file)
@@ -35,6 +35,7 @@ const bfd_arch_info_type bfd_ip2k_nonext_arch =
   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.  */
 };
 
@@ -51,5 +52,6 @@ const bfd_arch_info_type bfd_ip2k_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   & bfd_ip2k_nonext_arch       /* Next in list.  */
 };
This page took 0.029305 seconds and 4 git commands to generate.