ld/elf/x86: Don't compare IFUNC address in the shared object
[deliverable/binutils-gdb.git] / bfd / elfxx-x86.c
index 8cda8d2d97c5b244e11c244eea228119451f57bd..93ad38c5eb0a9f212b11efcf05d5aee171587be0 100644 (file)
@@ -1711,8 +1711,7 @@ _bfd_x86_elf_link_fixup_ifunc_symbol (struct bfd_link_info *info,
       && h->def_regular
       && h->dynindx != -1
       && h->plt.offset != (bfd_vma) -1
-      && h->type == STT_GNU_IFUNC
-      && h->pointer_equality_needed)
+      && h->type == STT_GNU_IFUNC)
     {
       asection *plt_s;
       bfd_vma plt_offset;
This page took 0.025962 seconds and 4 git commands to generate.