diff options
author | Alan Modra <amodra@gmail.com> | 2017-10-12 09:01:54 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-10-12 13:13:06 +1030 |
commit | 559192d89d743834951fc386530c6bc7f89b358d (patch) | |
tree | 2241baec8776cc3e5dd1b4e0948ed8161abac1f5 /ld/ChangeLog | |
parent | f5233a1611d7d459a762b5fa93d7594a6965971f (diff) | |
download | gdb-559192d89d743834951fc386530c6bc7f89b358d.zip gdb-559192d89d743834951fc386530c6bc7f89b358d.tar.gz gdb-559192d89d743834951fc386530c6bc7f89b358d.tar.bz2 |
_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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 43fa479..0ae8134 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-10-12 Alan Modra <amodra@gmail.com> + + * emultempl/elf32.em (before_allocation): Call + elf_backend_hide_symbol, not _bfd_elf_link_hash_hide_symbol. + Formatting. + 2017-10-11 H.J. Lu <hongjiu.lu@intel.com> * PR ld/22269 |