* elflink.c (elf_link_add_object_symbols): Don't force debug
symbols local.
This commit is contained in:
parent
4879cf1683
commit
3703bab932
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user