[PowerPC] Rename TLS_TPRELGD to TLS_GDIE
authorAlan Modra <amodra@gmail.com>
Thu, 18 Jul 2019 01:28:01 +0000 (10:58 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 18 Jul 2019 12:47:30 +0000 (22:17 +0930)
commitb00a0a86c40c681cf4b22a3630f85188ac849721
tree8c92d1b0358e489088a266c5e5bf9f55d4877d66
parent0b1474281c659919d9c63ccfd6891b9e9ed0fc9c
[PowerPC] Rename TLS_TPRELGD to TLS_GDIE

Choose a better name, that reflects why the flag is set (GD to IE
optimisation) rather than what the flag produces (TPREL64 reloc on
a single GOT entry replacing a tls_index pair).

* elf32-ppc.c (TLS_GDIE): Rename from TLS_TPRELGD throughout file.
Correct comment.
* elf64-ppc.c (TLS_GDIE): Likewise.
bfd/ChangeLog
bfd/elf32-ppc.c
bfd/elf64-ppc.c
This page took 0.034097 seconds and 4 git commands to generate.