summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-08-23 19:29:13 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-08-23 19:29:13 +0000
commitaff9141946e9b0e502fe51f4a271965797b1b113 (patch)
tree656093a983eaad0f3e5e174f18c7b33e278e9e48 /bfd/ChangeLog
parentc7d13474d9a0663d577edfb770eeb547222778ad (diff)
downloadgdb-aff9141946e9b0e502fe51f4a271965797b1b113.tar.gz
Add get_elf_x86_64_arch_data
* elf64-x86-64.c (get_elf_x86_64_arch_data): New. (get_elf_x86_64_backend_data): Use it. (elf_x86_64_size_dynamic_sections): 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 0b07c5ef5ac..6e34cc75f20 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-23 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf64-x86-64.c (get_elf_x86_64_arch_data): New.
+ (get_elf_x86_64_backend_data): Use it.
+ (elf_x86_64_size_dynamic_sections): Likewise.
+
2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
PR binutils/15834