S/390: Fix claimfile failures
[deliverable/binutils-gdb.git] / bfd / elf64-s390.c
index 8c5b1970d5251a4aa1eacd3952b607abd001ddd8..73d0331f8e41a725959465756ef0d08b3f6d1dfc 100644 (file)
@@ -3814,6 +3814,9 @@ elf_s390_finish_dynamic_sections (bfd *output_bfd,
 
       symtab_hdr = &elf_symtab_hdr (ibfd);
 
+      if (!is_s390_elf (ibfd))
+       continue;
+
       local_plt = elf_s390_local_plt (ibfd);
       if (local_plt != NULL)
        for (i = 0; i < symtab_hdr->sh_info; i++)
This page took 0.023589 seconds and 4 git commands to generate.