aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-01 09:32:47 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-01 09:33:27 -0700
commitdfc87947b5ac6d6382c225449d4fdce411c7ee66 (patch)
treee26df80704577625f748fd23474dff0921a6f52c /bfd/ChangeLog
parentbbcbf914a6ad801bfa7d4e56150217a1d53e07af (diff)
downloadgdb-dfc87947b5ac6d6382c225449d4fdce411c7ee66.zip
gdb-dfc87947b5ac6d6382c225449d4fdce411c7ee66.tar.gz
gdb-dfc87947b5ac6d6382c225449d4fdce411c7ee66.tar.bz2
Refactor elf_x86_64_convert_mov_to_lea
* elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Refactor.
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 2dd71f2..5c1e94c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Refactor.
+
2015-06-30 Nick Clifton <nickc@redhat.com>
PR binutils/18570