forked from Imagelibrary/binutils-gdb
Correct elf_merge_st_other arguments for weak symbols
* elflink.c (_bfd_elf_merge_symbol): If merging a new weak symbol that will be skipped, we don't have a new definition.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2013-12-14 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* elflink.c (_bfd_elf_merge_symbol): If merging a new weak
|
||||||
|
symbol that will be skipped, we don't have a new definition.
|
||||||
|
|
||||||
2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
|
2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
|
||||||
Wei-Cheng Wang <cole945@gmail.com>
|
Wei-Cheng Wang <cole945@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1437,7 +1437,10 @@ _bfd_elf_merge_symbol (bfd *abfd,
|
|||||||
if (!(oldbfd != NULL
|
if (!(oldbfd != NULL
|
||||||
&& (oldbfd->flags & BFD_PLUGIN) != 0
|
&& (oldbfd->flags & BFD_PLUGIN) != 0
|
||||||
&& (abfd->flags & BFD_PLUGIN) == 0))
|
&& (abfd->flags & BFD_PLUGIN) == 0))
|
||||||
*skip = TRUE;
|
{
|
||||||
|
newdef = FALSE;
|
||||||
|
*skip = TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
/* Merge st_other. If the symbol already has a dynamic index,
|
/* Merge st_other. If the symbol already has a dynamic index,
|
||||||
but visibility says it should not be visible, turn it into a
|
but visibility says it should not be visible, turn it into a
|
||||||
|
|||||||
Reference in New Issue
Block a user