Merge bfd_find_nearest_line variants
[deliverable/binutils-gdb.git] / bfd / elf32-i370.c
index 0508aeb3ddd579068af6ea8051d37dc101e71510..c9ed6e0260ff15493195350e9fd181d9bb134755 100644 (file)
@@ -1090,6 +1090,12 @@ i370_elf_relocate_section (bfd *output_bfd,
       else
        {
          h = sym_hashes[r_symndx - symtab_hdr->sh_info];
+
+         if (info->wrap_hash != NULL
+             && (input_section->flags & SEC_DEBUGGING) != 0)
+           h = ((struct elf_link_hash_entry *)
+                unwrap_hash_lookup (info, input_bfd, &h->root));
+
          while (h->root.type == bfd_link_hash_indirect
                 || h->root.type == bfd_link_hash_warning)
            h = (struct elf_link_hash_entry *) h->root.u.i.link;
This page took 0.028481 seconds and 4 git commands to generate.