[GOLD]: Re: Add -Bno-symbolic

PR 27834
	* options.cc (General_options::General_options): Init bsymbolic_.
This commit is contained in:
Alan Modra 2021-05-15 14:13:47 +09:30
parent 887e71588b
commit 7c96e6120f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2021-05-15 Alan Modra <amodra@gmail.com>
PR 27834
* options.cc (General_options::General_options): Init bsymbolic_.
2021-05-04 Fangrui Song <maskray@google.com>
PR 27834

View File

@ -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),