diff options
author | Alan Modra <amodra@gmail.com> | 2017-04-05 12:47:41 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-04-05 21:59:44 +0930 |
commit | 8dea77f0254d6a76d71092c922e9409ef1b67df4 (patch) | |
tree | 322f8de080668b489b7caa2f4ac75485c7ce680d /bfd/ChangeLog | |
parent | 4ac40124eef08045bf99ad9f4fcc277961953109 (diff) | |
download | gdb-8dea77f0254d6a76d71092c922e9409ef1b67df4.zip gdb-8dea77f0254d6a76d71092c922e9409ef1b67df4.tar.gz gdb-8dea77f0254d6a76d71092c922e9409ef1b67df4.tar.bz2 |
PowerPC64le PLT reference counting
A fix for ELFv2 ABI garbage-collection.
* elf64-ppc.c (ppc64_elf_gc_sweep_hook): Support ELFv2 PLT
reference counting.
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 4703b21..0e4ad30 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2017-04-05 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Support ELFv2 PLT + reference counting. + 2017-04-02 Jon Turney <jon.turney@dronecode.org.uk> (_bfd_XXi_swap_aouthdr_out): For clarity, use defines rather than |