]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog
_bfd_elf_link_hash_hide_symbol calls in generic ELF code
authorAlan Modra <amodra@gmail.com>
Wed, 11 Oct 2017 22:31:54 +0000 (09:01 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 12 Oct 2017 02:43:06 +0000 (13:13 +1030)
commit559192d89d743834951fc386530c6bc7f89b358d
tree2241baec8776cc3e5dd1b4e0948ed8161abac1f5
parentf5233a1611d7d459a762b5fa93d7594a6965971f
_bfd_elf_link_hash_hide_symbol calls in generic ELF code

This function shouldn't be called directly, except from backend code.

bfd/
* elflink.c (_bfd_elf_adjust_dynamic_symbol): Call
elf_backend_hide_symbol, not _bfd_elf_link_hash_hide_symbol.
(bfd_elf_define_start_stop): Likewise.
ld/
* emultempl/elf32.em (before_allocation): Call
elf_backend_hide_symbol, not _bfd_elf_link_hash_hide_symbol.
Formatting.
bfd/ChangeLog
bfd/elflink.c
ld/ChangeLog
ld/emultempl/elf32.em