diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-11 03:47:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-11 03:47:40 +0000 |
commit | 40d16e0b396bb69280ab758a27b9165164d84a5d (patch) | |
tree | 7b69339b7c6a2de8db68fc8a11b8561421dc1bdd /bfd/ChangeLog | |
parent | 83ba5adc4edfe3477239246b1c2021b56de5ae1f (diff) | |
download | gdb-40d16e0b396bb69280ab758a27b9165164d84a5d.zip gdb-40d16e0b396bb69280ab758a27b9165164d84a5d.tar.gz gdb-40d16e0b396bb69280ab758a27b9165164d84a5d.tar.bz2 |
* elf64-ppc.c (move_plt_plist): New function, extracted from..
(ppc64_elf_copy_indirect_symbol): ..here.
(func_desc_adjust): Use move_plt_plist.
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 37e3b81..f73afa1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-02-11 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (move_plt_plist): New function, extracted from.. + (ppc64_elf_copy_indirect_symbol): ..here. + (func_desc_adjust): Use move_plt_plist. + 2005-02-10 Paul Brook <paul@codesourcery.com> * elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9. |