diff options
Diffstat (limited to 'bfd/elf64-ppc.h')
-rw-r--r-- | bfd/elf64-ppc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf64-ppc.h b/bfd/elf64-ppc.h index bc7181f..a2ffd4e 100644 --- a/bfd/elf64-ppc.h +++ b/bfd/elf64-ppc.h @@ -36,6 +36,9 @@ struct ppc64_elf_params /* Whether to use a special call stub for __tls_get_addr. */ int tls_get_addr_opt; + /* Whether the special call stub should save r4..r12. */ + int no_tls_get_addr_regsave; + /* Whether to allow multiple toc sections. */ int no_multi_toc; |