[PATCH 2/5] xtensa: move dynamic relocations sections consistency check

augustine.sterling@gmail.com augustine.sterling@gmail.com
Mon Jul 23 18:59:00 GMT 2018


On Mon, Jul 23, 2018 at 11:10 AM, Max Filippov <jcmvbkbc@gmail.com> wrote:
> The function elf_xtensa_finish_dynamic_sections checks that sizes of
> sections .rela.dyn and .rela.plt match number of corresponding relocation
> records, but the check is only done when .rela.plt is non-empty, so, e.g.
> it is never run for the static PIE.
> Rearrange the test so that .rela.dyn and .rela.plt are checked always.
>
> bfd/
> 2018-07-23  Max Filippov  <jcmvbkbc@gmail.com>
>
>         * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Move
>         relocation sections consistency check to always check both
>         .rela.dyn and .rela.plt when they exist. Rearrange variable
>         definition and assignment places.

Approved.



More information about the Binutils mailing list