ELF dynsyms
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index 205faa69bcdc6849cd13851a2a95b43aeb518486..6e2f6fed8266965926b1ae688d0bbe0d2c352d64 100644 (file)
@@ -3813,6 +3813,7 @@ count_section_dynsyms (bfd *output_bfd, struct bfd_link_info *info)
       for (p = output_bfd->sections; p ; p = p->next)
        if ((p->flags & SEC_EXCLUDE) == 0
            && (p->flags & SEC_ALLOC) != 0
+           && elf_hash_table (info)->dynamic_relocs
            && !(*bed->elf_backend_omit_section_dynsym) (output_bfd, info, p))
          ++count;
     }
This page took 0.030185 seconds and 4 git commands to generate.