2003-07-22 H.J. Lu <hongjiu.lu@intel.com>

* elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
	weak symbols.
This commit is contained in:
H.J. Lu 2003-07-22 15:52:44 +00:00
parent 8bc2021fdc
commit ecc27c311f
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
weak symbols.
2003-07-22 Nick Clifton <nickc@redhat.com>
* coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to

View File

@ -2519,10 +2519,6 @@ _bfd_elf_dynamic_symbol_p (h, info, ignore_protected)
break;
default:
/* With STV_DEFAULT, weak symbols do not bind locally. */
if (h->root.type == bfd_link_hash_undefweak
|| h->root.type == bfd_link_hash_defweak)
return TRUE;
break;
}