aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-05 04:52:47 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-05 04:52:47 -0800
commitb7365e5df5b41bc23a2a1464d93ed6435d87a056 (patch)
tree94122f662eaf8c848feba6a7b50103ab22e98d14 /bfd/ChangeLog
parenta13c5393d524f93b87e14475357cef2d585201f7 (diff)
downloadgdb-b7365e5df5b41bc23a2a1464d93ed6435d87a056.zip
gdb-b7365e5df5b41bc23a2a1464d93ed6435d87a056.tar.gz
gdb-b7365e5df5b41bc23a2a1464d93ed6435d87a056.tar.bz2
Define bfd_elf32_get_synthetic_symtab for x32
* elf64-x86-64.c (bfd_elf32_get_synthetic_symtab): New.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9185b8b..d3e211d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf64-x86-64.c (bfd_elf32_get_synthetic_symtab): New.
+
2014-12-04 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/17677