From 7e838f9ec190d7398c15772f39edb76da8d0212c Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 22 Jul 2009 23:55:54 +0000 Subject: 2009-07-22 H.J. Lu * elflink.c (elf_link_output_extsym): Revert the last change. --- bfd/ChangeLog | 4 ++++ bfd/elflink.c | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 35e90b3596..7987bbc927 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2009-07-22 H.J. Lu + + * elflink.c (elf_link_output_extsym): Revert the last change. + 2009-07-22 H.J. Lu PR ld/10433 diff --git a/bfd/elflink.c b/bfd/elflink.c index 2af1af578a..f9b577c773 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -8660,10 +8660,9 @@ elf_link_output_extsym (struct elf_link_hash_entry *h, void *data) and also to finish up anything that needs to be done for this symbol. FIXME: Not calling elf_backend_finish_dynamic_symbol for forced local syms when non-shared is due to a historical quirk. - STT_GNU_IFUNC symbol must go through PLT only if it is ever - referenced. */ + STT_GNU_IFUNC symbol must go through PLT. */ if ((h->type == STT_GNU_IFUNC - && h->ref_regular + && h->def_regular && !finfo->info->relocatable) || ((h->dynindx != -1 || h->forced_local) -- cgit v1.2.1