diff options
author | Alan Modra <amodra@gmail.com> | 2010-03-26 00:35:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-03-26 00:35:57 +0000 |
commit | 6abec6bce3a041b05efe8b3581574ee4b4bfcd42 (patch) | |
tree | eea7ad5ef6a659137b74231ac0d2b037222545f7 /bfd/ChangeLog | |
parent | 93620fdb761848359e7023583169bf00c2a3b791 (diff) | |
download | gdb-6abec6bce3a041b05efe8b3581574ee4b4bfcd42.zip gdb-6abec6bce3a041b05efe8b3581574ee4b4bfcd42.tar.gz gdb-6abec6bce3a041b05efe8b3581574ee4b4bfcd42.tar.bz2 |
PR ld/11375
* elf64-ppc.c (ppc64_elf_relocate_section): Always look up a
possible stub on branches.
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 0e1b2fa..e0061dc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-03-26 Alan Modra <amodra@gmail.com> + + PR ld/11375 + * elf64-ppc.c (ppc64_elf_relocate_section): Always look up a + possible stub on branches. + 2010-03-25 Joseph Myers <joseph@codesourcery.com> * Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo. |