aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-05-10 06:44:12 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-05-10 06:44:12 -0700
commit4b71eec62785db0fe5f02b0da95f18b7b4a33df1 (patch)
tree090e6d56e1955535703113caece5437aaef5c138 /bfd/ChangeLog
parent4c082a81dfebcca45e4ee8cb90490ab733b8e017 (diff)
downloadgdb-4b71eec62785db0fe5f02b0da95f18b7b4a33df1.zip
gdb-4b71eec62785db0fe5f02b0da95f18b7b4a33df1.tar.gz
gdb-4b71eec62785db0fe5f02b0da95f18b7b4a33df1.tar.bz2
Replace input_bfd and output_bfd with abfd
The first argument to bfd_get_8/bfd_put_8 isn't used. But we should use something real. Replace input_bfd and output_bfd with abfd. * elf32-i386.c (elf_i386_convert_mov_to_lea): Replace input_bfd and output_bfd with abfd. * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): 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 000cd71..f8e97ce 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2015-05-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf32-i386.c (elf_i386_convert_mov_to_lea): Replace input_bfd
+ and output_bfd with abfd.
+ * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
+
2015-05-06 Toni Spets <toni.spets@iki.fi>
PR ld/18372