[GOLD]: Re: Add -Bno-symbolic
PR 27834 * options.cc (General_options::General_options): Init bsymbolic_.
This commit is contained in:
parent
887e71588b
commit
7c96e6120f
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue