diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-01-04 22:49:59 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-01-04 22:49:59 +0000 |
commit | cf8502c1314287df100e44f81c4e3cf32c198353 (patch) | |
tree | 0bfa9a26e7e35e74888d65ac5ecf54b84f0b227f /bfd/ChangeLog | |
parent | dcb1c79659056a9b762feb235815ef283725490f (diff) | |
download | gdb-cf8502c1314287df100e44f81c4e3cf32c198353.zip gdb-cf8502c1314287df100e44f81c4e3cf32c198353.tar.gz gdb-cf8502c1314287df100e44f81c4e3cf32c198353.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1b8c5c2..7d0fdb8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2016-01-04 Maciej W. Rozycki <macro@imgtec.com> + * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local + pointers to target data. + +2016-01-04 Maciej W. Rozycki <macro@imgtec.com> + * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct an FP ABI warning. |