]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: Don't set eh->local_ref to 1 for versioned symbol
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 18 May 2018 21:23:41 +0000 (14:23 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 18 May 2018 21:34:49 +0000 (14:34 -0700)
commit97373b2eba6077d5059370a95931b93a8b118813
tree299609e5c161b68ae98cb1c21858f4096292cd6e
parent941036f4ffb95a553fd1a0c44313d72ddcf5cbf0
x86: Don't set eh->local_ref to 1 for versioned symbol

bfd_hide_sym_by_version can't be used to check if a versioned symbol is
hidden.  It has to be synced with _bfd_elf_link_assign_sym_version to
get the correct answer.

bfd/

PR ld/23194
* elfxx-x86.c (_bfd_x86_elf_link_symbol_references_local): Don't
set eh->local_ref to 1 if a symbol is versioned and there is a
version script.

ld/

PR ld/23194
* testsuite/ld-i386/i386.exp: Run pr23194.
* testsuite/ld-x86-64/x86-64.exp: Likewise.
* testsuite/ld-i386/pr23194.d: New file.
* testsuite/ld-i386/pr23194.map: Likewise.
* testsuite/ld-i386/pr23194.s: Likewise.
* testsuite/ld-x86-64/pr23194.d: Likewise.
* testsuite/ld-x86-64/pr23194.map: Likewise.
* testsuite/ld-x86-64/pr23194.s: Likewise.
bfd/ChangeLog
bfd/elfxx-x86.c
ld/ChangeLog
ld/testsuite/ld-i386/i386.exp
ld/testsuite/ld-i386/pr23194.d [new file with mode: 0644]
ld/testsuite/ld-i386/pr23194.map [new file with mode: 0644]
ld/testsuite/ld-i386/pr23194.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr23194.d [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr23194.map [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr23194.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/x86-64.exp