MIPS/BFD: Use local pointers to target data in private data merge
authorMaciej W. Rozycki <macro@imgtec.com>
Mon, 4 Jan 2016 22:49:59 +0000 (22:49 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Mon, 4 Jan 2016 22:49:59 +0000 (22:49 +0000)
commitcf8502c1314287df100e44f81c4e3cf32c198353
tree0bfa9a26e7e35e74888d65ac5ecf54b84f0b227f
parentdcb1c79659056a9b762feb235815ef283725490f
MIPS/BFD: Use local pointers to target data in private data merge

Use local pointers to target data to reduce the amount of indirection
and improve the readability of `_bfd_mips_elf_merge_private_bfd_data'.

bfd/
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
pointers to target data.
bfd/ChangeLog
bfd/elfxx-mips.c