Don't check STT_GNU_IFUNC on large common symbol.

2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>

	* elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Don't check
	STT_GNU_IFUNC on large common symbol.
This commit is contained in:
H.J. Lu 2010-02-20 15:47:03 +00:00
parent bed0165486
commit c35bdf6ec6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-02-20 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Don't check
STT_GNU_IFUNC on large common symbol.
2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_add_symbol_hook): Don't set

View File

@ -4254,7 +4254,7 @@ elf64_x86_64_add_symbol_hook (bfd *abfd,
}
*secp = lcomm;
*valp = sym->st_size;
break;
return TRUE;
}
if ((abfd->flags & DYNAMIC) == 0