add LOCAL SECDIFF relocation for m32 mach-o
[deliverable/binutils-gdb.git] / bfd / elf32-tilepro.c
index f2aed9cf1e15af0bb8cac652cecd12079fc7980d..7b08aff04ed59ad5118bd00e90adb928cc978cad 100644 (file)
@@ -3110,7 +3110,9 @@ tilepro_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
         not process them.  */
       if (unresolved_reloc
          && !((input_section->flags & SEC_DEBUGGING) != 0
-              && h->def_dynamic))
+              && h->def_dynamic)
+         && _bfd_elf_section_offset (output_bfd, info, input_section,
+                                     rel->r_offset) != (bfd_vma) -1)
        (*_bfd_error_handler)
          (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
           input_bfd,
This page took 0.023389 seconds and 4 git commands to generate.