powerpc64-ld infinite loop
authorAlan Modra <amodra@gmail.com>
Wed, 11 Mar 2020 04:13:16 +0000 (14:43 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 11 Mar 2020 04:31:15 +0000 (15:01 +1030)
commit435edf0bf231240ccecb474b74ebb49dc8db2633
treeac88e0fdc137f1f8f617508f7f79ada0a6ebe57c
parent9cc89dc0acc140cb27e21d2597af42d36444673b
powerpc64-ld infinite loop

If this code dealing with possible conversion of inline plt sequences
is ever executed, ld will hang.  A binary with such sequences and of
code size larger than approximately 90% the reach of an unconditional
branch is the trigger.  Oops.

* elf64-ppc.c (ppc64_elf_inline_plt): Do increment rel in for loop.
bfd/ChangeLog
bfd/elf64-ppc.c
This page took 0.023599 seconds and 4 git commands to generate.