diff options
author | Alan Modra <amodra@gmail.com> | 2018-02-05 13:17:52 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-02-07 14:23:08 +1030 |
commit | 407aa07cee4d075c8e7996a5e994c02e76f19276 (patch) | |
tree | 4d91c369283906fd95e07b6c05b3889d964228c9 /bfd/elf32-ppc.h | |
parent | RISC-V: Eliminate spurious error w/ reloc truncated message (diff) | |
download | binutils-gdb-407aa07cee4d075c8e7996a5e994c02e76f19276.tar.gz binutils-gdb-407aa07cee4d075c8e7996a5e994c02e76f19276.tar.bz2 binutils-gdb-407aa07cee4d075c8e7996a5e994c02e76f19276.zip |
Revert "PowerPC PLT speculative execution barriers"
This reverts most of commit 1be5d8d3bb.
Left in place are addition of --no-plt-align to some ppc32 ld tests
and the ld.texinfo --no-plt-thread-safe fix.
Diffstat (limited to 'bfd/elf32-ppc.h')
-rw-r--r-- | bfd/elf32-ppc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf32-ppc.h b/bfd/elf32-ppc.h index 8977efa23e7..f56d027bf69 100644 --- a/bfd/elf32-ppc.h +++ b/bfd/elf32-ppc.h @@ -35,9 +35,6 @@ 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; |