diff options
author | Alan Modra <amodra@gmail.com> | 2019-07-18 10:58:01 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-07-18 22:17:30 +0930 |
commit | b00a0a86c40c681cf4b22a3630f85188ac849721 (patch) | |
tree | 8c92d1b0358e489088a266c5e5bf9f55d4877d66 /bfd/ChangeLog | |
parent | 0b1474281c659919d9c63ccfd6891b9e9ed0fc9c (diff) | |
download | gdb-b00a0a86c40c681cf4b22a3630f85188ac849721.zip gdb-b00a0a86c40c681cf4b22a3630f85188ac849721.tar.gz gdb-b00a0a86c40c681cf4b22a3630f85188ac849721.tar.bz2 |
[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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bbef105..b913d18 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2019-07-18 Alan Modra <amodra@gmail.com> + * elf32-ppc.c (TLS_GDIE): Rename from TLS_TPRELGD throughout file. + Correct comment. + * elf64-ppc.c (TLS_GDIE): Likewise. + +2019-07-18 Alan Modra <amodra@gmail.com> + * elf64-ppc.c (ppc64_elf_tls_optimize): Correct test for allowed range of tp-relative offsets. |