From 407aa07cee4d075c8e7996a5e994c02e76f19276 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 Feb 2018 13:17:52 +1030 Subject: 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. --- gold/options.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gold/options.h') diff --git a/gold/options.h b/gold/options.h index c80cd05..b39d5ff 100644 --- a/gold/options.h +++ b/gold/options.h @@ -1108,10 +1108,6 @@ class General_options N_("(PowerPC64 only) Optimize calls to ELFv2 localentry:0 functions"), N_("(PowerPC64 only) Don't optimize ELFv2 calls")); - DEFINE_bool(speculate_indirect_jumps, options::TWO_DASHES, '\0', true, - N_("(PowerPC only) PLT call stubs without speculation barrier"), - N_("(PowerPC only) PLT call stubs with speculation barrier")); - DEFINE_bool(plt_static_chain, options::TWO_DASHES, '\0', false, N_("(PowerPC64 only) PLT call stubs should load r11"), N_("(PowerPC64 only) PLT call stubs should not load r11")); -- cgit v1.1