aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorPip Cet <pipcet@gmail.com>2016-05-10 11:01:47 +0930
committerAlan Modra <amodra@gmail.com>2016-05-10 11:04:55 +0930
commit66a368220cc109070a30ac2bbf24057c8b07a2b0 (patch)
treeea60566d7c0b2023d314de01dc325a4b77db7bdb /bfd/ChangeLog
parenta932d108b10518994c873b38a363af9f21bc2e87 (diff)
downloadgdb-66a368220cc109070a30ac2bbf24057c8b07a2b0.zip
gdb-66a368220cc109070a30ac2bbf24057c8b07a2b0.tar.gz
gdb-66a368220cc109070a30ac2bbf24057c8b07a2b0.tar.bz2
PR 20059 _bfd_elf_copy_link_hash_symbol_type segfault
PR ld/20059 * elfxx-target.h (bfd_elfNN_bfd_copy_link_hash_symbol_type): Define as _bfd_generic_copy_link_hash_symbol_type when using generic hash table.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 29dad01..e8c670b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2016-05-10 Pip Cet <pipcet@gmail.com>
+
+ PR ld/20059
+ * elfxx-target.h (bfd_elfNN_bfd_copy_link_hash_symbol_type):
+ Define as _bfd_generic_copy_link_hash_symbol_type when using
+ generic hash table.
+
2016-05-09 Nick Clifton <nickc@redhat.com>
PR binutils/20063