diff options
author | Alan Modra <amodra@gmail.com> | 2017-11-04 13:41:29 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-11-05 09:37:33 +1030 |
commit | f15d0b545b9e9dada8d1398163693f67792e9e79 (patch) | |
tree | e5d754764e1f0a3e6139d8f2a3d9a72273170ccf /include | |
parent | 98bbb1b86180324b278842d8d73c79cb5d76d349 (diff) | |
download | gdb-f15d0b545b9e9dada8d1398163693f67792e9e79.zip gdb-f15d0b545b9e9dada8d1398163693f67792e9e79.tar.gz gdb-f15d0b545b9e9dada8d1398163693f67792e9e79.tar.bz2 |
powerpc TLS in PIEs
This patch removes unnecessary GOT IE TLS relocations in PIEs. Useful
with --no-tls-optimize, or with an enormous TLS segment. With the
default --tls-optimize in effect IE code sequences will be edited to
LE under the same circumstances we can remove the GOT reloc.
* elf32-ppc.c (got_entries_needed, got_relocs_needed): New functions.
(allocate_dynrelocs, ppc_elf_size_dynamic_sections): Use them here.
(ppc_elf_relocate_section): Don't output a dynamic relocation
for IE GOT entries in an executable.
* elf64-ppc.c (allocate_got): Trim unnecessary TPREL relocs.
(ppc64_elf_size_dynamic_sections): Likewise.
(ppc64_elf_relocate_section): Likewise.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions