aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-10-12 09:01:54 +1030
committerAlan Modra <amodra@gmail.com>2017-10-12 13:13:06 +1030
commit559192d89d743834951fc386530c6bc7f89b358d (patch)
tree2241baec8776cc3e5dd1b4e0948ed8161abac1f5 /bfd/ChangeLog
parentf5233a1611d7d459a762b5fa93d7594a6965971f (diff)
downloadgdb-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 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1af3560..fbcb11a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2017-10-12 Alan Modra <amodra@gmail.com>
+ * 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.
+
+2017-10-12 Alan Modra <amodra@gmail.com>
+
* elf32-nds32.c (nds32_elf_size_dynamic_sections): Set .interp
when executable rather than non-PIC.
* elf32-score.c (s3_bfd_score_elf_size_dynamic_sections): Likewise.