]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog-2015
Replace input_bfd and output_bfd with abfd
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 10 May 2015 13:44:12 +0000 (06:44 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 10 May 2015 13:44:12 +0000 (06:44 -0700)
commit4b71eec62785db0fe5f02b0da95f18b7b4a33df1
tree090e6d56e1955535703113caece5437aaef5c138
parent4c082a81dfebcca45e4ee8cb90490ab733b8e017
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.
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c