PowerPC64: Avoid useless work on R_PPC64_TPREL34
authorAlan Modra <amodra@gmail.com>
Wed, 8 Sep 2021 03:25:48 +0000 (12:55 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 8 Sep 2021 12:52:34 +0000 (22:22 +0930)
commitbeaddc1a805d70131ffbeaee4d8d4ba41b9e5a2e
treea5efc9f0132871e16150a695ad95cf5eaa02385d
parent351031f22adc77a63663cb2ac729864867d149c1
PowerPC64: Avoid useless work on R_PPC64_TPREL34

_bfd_elf_ppc_at_tprel_transform doesn't handle prefix instructions,
and I'm not inclined to implement code editing for them.

* elf64-ppc.c (ppc64_elf_relocate_section): Don't attempt tprel
transform for R_PPC64_TPREL34.
bfd/elf64-ppc.c