diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-05 14:37:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-05 14:37:30 +0000 |
commit | d983b7a0c394e35ab90cb7b92de98963e3996ef1 (patch) | |
tree | d0c16c6b5e3f14560d08f30b302c6802c7250c34 /bfd/ChangeLog | |
parent | 50e8a0d53b037c640e313d57ddbe88db8eeea5bb (diff) | |
download | gdb-d983b7a0c394e35ab90cb7b92de98963e3996ef1.zip gdb-d983b7a0c394e35ab90cb7b92de98963e3996ef1.tar.gz gdb-d983b7a0c394e35ab90cb7b92de98963e3996ef1.tar.bz2 |
* elf64-ppc.c (ha_reloc_match): Allow matches to other than r2.
(ppc64_elf_relocate_section): Nop out high part insn of large toc
code sequence when the high part of offset is zero.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f6b0d40..e79fa19 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-08-06 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ha_reloc_match): Allow matches to other than r2. + (ppc64_elf_relocate_section): Nop out high part insn of large toc + code sequence when the high part of offset is zero. + 2010-08-04 Tristan Gingold <gingold@adacore.com> * vms-alpha.c (alpha_vms_build_fixups): Write the EICP. |