PowerPC64 DT_RELR local GOT
authorAlan Modra <amodra@gmail.com>
Wed, 19 Jan 2022 00:23:53 +0000 (10:53 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 19 Jan 2022 06:15:45 +0000 (16:45 +1030)
commit8f22c9532b0a568046b8d05aa90631be822bba5f
tree39e698918f3baef9be016e1d127e3af5f2517b3d
parent05900cefe27ace7e1a839aa55f741f3df653f3da
PowerPC64 DT_RELR local GOT

Fixes another case where we end up with superfluous R_PPC64_NONE.

* elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
space for GOT relocs against non-TLS local syms when enable_dt_relr.
(ppc64_elf_layout_multitoc): Likewise.
bfd/elf64-ppc.c