* elflink.c (elf_link_add_object_symbols): Don't force debug

symbols local.
This commit is contained in:
Alan Modra 2009-11-02 06:27:08 +00:00
parent 4879cf1683
commit 3703bab932
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-11-02 Alan Modra <amodra@bigpond.net.au>
* elflink.c (elf_link_add_object_symbols): Don't force debug
symbols local.
2009-10-29 Johan Kristell <johankri@axis.com>
* elf32-cris.c (cris_elf_plt_sym_val): New function.

View File

@ -4373,7 +4373,6 @@ error_free_dyn:
if (definition && (sec->flags & SEC_DEBUGGING) && !info->relocatable)
{
/* We don't want to make debug symbol dynamic. */
(*bed->elf_backend_hide_symbol) (info, h, TRUE);
dynsym = FALSE;
}