(elf_i386_finish_dynamic_symbol): Remove unnecessary check added 2000-08-27.

This commit is contained in:
Alan Modra 2000-09-01 11:17:07 +00:00
parent 8edbea78dc
commit 791987aff2
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-09-01 Alan Modra <alan@linuxcare.com.au>
* elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
change.
Thu Aug 31 22:49:30 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags

View File

@ -1884,9 +1884,7 @@ elf_i386_finish_dynamic_symbol (output_bfd, info, h, sym)
++srel->reloc_count;
}
if ((h->elf_link_hash_flags & (ELF_LINK_HASH_NEEDS_COPY
| ELF_LINK_FORCED_LOCAL))
== ELF_LINK_HASH_NEEDS_COPY)
if ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_COPY) != 0)
{
asection *s;
Elf_Internal_Rel rel;