summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-02-05 13:17:52 +1030
committerAlan Modra <amodra@gmail.com>2018-02-07 14:23:08 +1030
commit407aa07cee4d075c8e7996a5e994c02e76f19276 (patch)
tree4d91c369283906fd95e07b6c05b3889d964228c9 /bfd/elf32-ppc.h
parented01220cc81fac2f65abde945d9b77b11d004361 (diff)
downloadbinutils-gdb-407aa07cee4d075c8e7996a5e994c02e76f19276.tar.gz
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.h3
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;