2009-06-03 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Jun 2009 16:58:12 +0000 (16:58 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Jun 2009 16:58:12 +0000 (16:58 +0000)
* elf32-i386.c (elf_i386_allocate_dynrelocs): Remove check of
h->plt.refcount > 0 on STT_GNU_IFUNC symbol.
* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.

bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c

index ef39b35c5023958088037692e30b7b937f8a45b5..ea2f0a085085714088e5ba2313ddcc0ea8d282ae 100644 (file)
@@ -1,3 +1,9 @@
+2009-06-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_allocate_dynrelocs): Remove check of
+       h->plt.refcount > 0 on STT_GNU_IFUNC symbol.
+       * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
+
 2009-06-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf32-i386.c (elf_i386_allocate_dynrelocs): Allocate
index 81b5093664a390bbeb29bf8e0457e01095f0d281..05aada1a3f0a37b03897053572406581911d102a 100644 (file)
@@ -1955,9 +1955,6 @@ elf_i386_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
          return TRUE;
        }
 
-      if (h->plt.refcount <= 0)
-       abort ();
-
       /* When building a static executable, use .iplt, .igot.plt and
         .rel.iplt sections for STT_GNU_IFUNC symbols.  */
       if (htab->splt != 0)
index 1dec3c3b33dfadb53b6b5c9080166e2ac5eb7a84..041e28519e83e2a567e4e854de0a31308181e628 100644 (file)
@@ -1793,9 +1793,6 @@ elf64_x86_64_allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf)
          return TRUE;
        }
 
-      if (h->plt.refcount <= 0)
-       abort ();
-
       /* When building a static executable, use .iplt, .igot.plt and
         .rela.iplt sections for STT_GNU_IFUNC symbols.  */
       if (htab->splt != 0)