diff options
Diffstat (limited to 'bfd/elf32-ppc.h')
-rw-r--r-- | bfd/elf32-ppc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf32-ppc.h b/bfd/elf32-ppc.h index f56d027..8977efa 100644 --- a/bfd/elf32-ppc.h +++ b/bfd/elf32-ppc.h @@ -35,6 +35,9 @@ struct ppc_elf_params /* Set if individual PLT call stubs should be aligned. */ int plt_stub_align; + /* Clear if PLT call stubs should use a speculative execution barrier. */ + int speculate_indirect_jumps; + /* Whether to emit symbols for stubs. */ int emit_stub_syms; |