diff options
author | Nick Clifton <nickc@redhat.com> | 2012-04-11 14:16:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-04-11 14:16:09 +0000 |
commit | 4841cf0c4cb8a97e59f2a1c800346b725cb77e6a (patch) | |
tree | 0fdfbc12d6d087db1d2beccbb388292569baa2d1 /bfd/ChangeLog | |
parent | 1233b4a775cd7a584b8aac3a3a5b5055c0707528 (diff) | |
download | gdb-4841cf0c4cb8a97e59f2a1c800346b725cb77e6a.zip gdb-4841cf0c4cb8a97e59f2a1c800346b725cb77e6a.tar.gz gdb-4841cf0c4cb8a97e59f2a1c800346b725cb77e6a.tar.bz2 |
PR binutils/13897
* elf64-ppc.c (opd_entry_value): When dealing with sections
without relocs, keep the last section loaded in order to avoid
unnecessary reloads.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6d12944..74f8c3a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2012-04-11 Nick Clifton <nickc@redhat.com> + + PR binutils/13897 + * elf64-ppc.c (opd_entry_value): When dealing with sections + without relocs, keep the last section loaded in order to avoid + unnecessary reloads. + 2012-04-09 Roland McGrath <mcgrathr@google.com> * elf.c (_bfd_elf_map_sections_to_segments): Set INFO->user_phdrs. |