mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
[GOLD]: Re: Add -Bno-symbolic
PR 27834 * options.cc (General_options::General_options): Init bsymbolic_.
This commit is contained in:
parent
887e71588b
commit
7c96e6120f
@ -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…
Reference in New Issue
Block a user