Skip an archive element if not added by linker
[deliverable/binutils-gdb.git] / bfd / vms-alpha.c
index e6cfc1fcf2905a568438bd4e3cc3e8ec412a84fd..449354d26e2c1f238b39c98d61b3767cabf01a7a 100644 (file)
@@ -8202,7 +8202,7 @@ alpha_vms_link_add_archive_symbols (bfd *abfd, struct bfd_link_info *info)
         to include it.  We don't need to check anything.  */
       if (!(*info->callbacks
            ->add_archive_element) (info, element, h->root.string, &element))
-       return FALSE;
+       continue;
       if (!alpha_vms_link_add_object_symbols (element, info))
        return FALSE;
 
This page took 0.033731 seconds and 4 git commands to generate.