summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-05-03 13:37:00 +0930
committerAlan Modra <amodra@gmail.com>2021-05-03 15:46:47 +0930
commitc4e78c0868a22971680217a41fdb73516a26813d (patch)
tree3e2e000df251946f5ba2066e97d8715fbdeda3e0 /bfd/ChangeLog
parent33973d228c9bdaf36746e9e2d7c0b07c2eb0d2c3 (diff)
downloadbinutils-gdb-binutils-2_34-branch.tar.gz
PR27755, powerpc-ld infinite loopbinutils-2_34-branch
PR 27755 * elf32-ppc.c (ppc_elf_inline_plt): Do increment rel in loop. (cherry picked from commit 337d0bf887a3ed6b6b2123fecfec0736640edcaf)
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ad6f9346c05..7fbea17d952 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-03 Alan Modra <amodra@gmail.com>
+
+ PR 27755
+ * elf32-ppc.c (ppc_elf_inline_plt): Do increment rel in loop.
+
2020-10-07 H.J. Lu <hongjiu.lu@intel.com>
PR ld/26711