* elf-bfd.h (struct elf_link_hash_entry): Clarify ref_regular
authorAlan Modra <amodra@gmail.com>
Fri, 10 Jul 2009 10:04:20 +0000 (10:04 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 10 Jul 2009 10:04:20 +0000 (10:04 +0000)
commit7ae26bc141a487736f8590300fa40cf58daf4123
treecbcebca2c4f34eb9be735a0715f403eab5c98d39
parentaf7b385cb919238f308d411e029defe23179aadb
* elf-bfd.h (struct elf_link_hash_entry): Clarify ref_regular
and ref_regular_nonweak comment.
* elflink.c (elf_link_output_extsym): Special case ifunc syms
when def_regular, not ref_regular.
(elf_link_add_object_symbols): Don't set needs_plt on ifunc syms,..
* elf32-i386.c (elf_i386_check_relocs): ..set it here instead..
* elf64-x86-64.c (elf64_x86_64_check_relocs): ..and here.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf32-i386.c
bfd/elf64-x86-64.c
bfd/elflink.c