aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-06-25 00:43:15 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-06-25 00:43:15 +0000
commit332ce62bf3d6930f9cee56d151c7e365c13af59e (patch)
tree9734ca654a9f142140498a24838ced26fec9316d /bfd/ChangeLog
parent487b39dfdd6cdfcac1124f2bcacd70a2da92f242 (diff)
downloadgdb-332ce62bf3d6930f9cee56d151c7e365c13af59e.zip
gdb-332ce62bf3d6930f9cee56d151c7e365c13af59e.tar.gz
gdb-332ce62bf3d6930f9cee56d151c7e365c13af59e.tar.bz2
bfd/
* elf64-x86-64.c (elf_x86_64_link_hash_table_create): Initialize PLT_EH_FRAME. * elf32-i386.c (elf_i386_link_hash_table): Likewise.
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 c7a634f..b3ffc1b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * elf64-x86-64.c (elf_x86_64_link_hash_table_create): Initialize
+ PLT_EH_FRAME.
+ * elf32-i386.c (elf_i386_link_hash_table): Likewise.
+
2011-06-24 Richard Henderson <rth@redhat.com>
PR ld/12928