From: Alan Modra Date: Tue, 8 Nov 2011 13:49:11 +0000 (+0000) Subject: * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark syms in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=409ff343a402799563f71f938138b29f8baf7a1c;p=binutils-gdb.git * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark syms in executables when export_dynamic. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b145c5758f1..14db95fe397 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2011-11-09 Alan Modra + + * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark syms in + executables when export_dynamic. + 2011-11-08 Alan Modra * elf64-ppc.c (struct ppc64_elf_obj_tdata): Rename diff --git a/bfd/elflink.c b/bfd/elflink.c index 4f55d9aa151..1dab6a39cac 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -11947,7 +11947,7 @@ bfd_elf_gc_mark_dynamic_ref_symbol (struct elf_link_hash_entry *h, void *inf) if ((h->root.type == bfd_link_hash_defined || h->root.type == bfd_link_hash_defweak) && (h->ref_dynamic - || (!info->executable + || ((!info->executable || info->export_dynamic) && h->def_regular && ELF_ST_VISIBILITY (h->other) != STV_INTERNAL && ELF_ST_VISIBILITY (h->other) != STV_HIDDEN