aboutsummaryrefslogtreecommitdiff
path: root/gold/options.cc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-05-15 14:13:47 +0930
committerAlan Modra <amodra@gmail.com>2021-05-15 14:16:54 +0930
commit7c96e6120f1b9b5025629bbe995ca55d1be8f36f (patch)
tree261225c6581320b0349d8cbe51d9a0a83e97bf61 /gold/options.cc
parent887e71588b295a4d4f4bd7480b1a8c8507dfddb8 (diff)
downloadfsf-binutils-gdb-7c96e6120f1b9b5025629bbe995ca55d1be8f36f.zip
fsf-binutils-gdb-7c96e6120f1b9b5025629bbe995ca55d1be8f36f.tar.gz
fsf-binutils-gdb-7c96e6120f1b9b5025629bbe995ca55d1be8f36f.tar.bz2
[GOLD]: Re: Add -Bno-symbolic
PR 27834 * options.cc (General_options::General_options): Init bsymbolic_.
Diffstat (limited to 'gold/options.cc')
-rw-r--r--gold/options.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/options.cc b/gold/options.cc
index 1818e5d..5a55bd8 100644
--- a/gold/options.cc
+++ b/gold/options.cc
@@ -1008,7 +1008,8 @@ namespace gold
{
General_options::General_options()
- : printed_version_(false),
+ : bsymbolic_(BSYMBOLIC_NONE),
+ printed_version_(false),
execstack_status_(EXECSTACK_FROM_INPUT),
icf_status_(ICF_NONE),
static_(false),