mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
PR 882 * elflink.c (_bfd_elf_link_assign_sym_version): Allow version script on executable.
This commit is contained in:
parent
35330cce1a
commit
59fef9e758
@ -1,3 +1,9 @@
|
||||
2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR 882
|
||||
* elflink.c (_bfd_elf_link_assign_sym_version): Allow version
|
||||
script on executable.
|
||||
|
||||
2005-05-05 John Levon <levon@movementarian.org>
|
||||
|
||||
* dwarf2.c (read_abbrevs): If bfd_realloc fails, free currently
|
||||
|
@ -1778,7 +1778,6 @@ _bfd_elf_link_assign_sym_version (struct elf_link_hash_entry *h, void *data)
|
||||
d = (*t->match) (&t->locals, NULL, alc);
|
||||
if (d != NULL
|
||||
&& h->dynindx != -1
|
||||
&& info->shared
|
||||
&& ! info->export_dynamic)
|
||||
(*bed->elf_backend_hide_symbol) (info, h, TRUE);
|
||||
}
|
||||
@ -1905,7 +1904,6 @@ _bfd_elf_link_assign_sym_version (struct elf_link_hash_entry *h, void *data)
|
||||
{
|
||||
h->verinfo.vertree = local_ver;
|
||||
if (h->dynindx != -1
|
||||
&& info->shared
|
||||
&& ! info->export_dynamic)
|
||||
{
|
||||
(*bed->elf_backend_hide_symbol) (info, h, TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user