S/390: Fix claimfile failures
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index 95682b659ebd0d72fb5fe40755f6503f42211ac6..91853ef2b44a79449e2ccdb113373e92dba16a4c 100644 (file)
@@ -4001,6 +4001,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.024681 seconds and 4 git commands to generate.