mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
[GOLD]: Re: Add -Bno-symbolic
PR 27834 * options.cc (General_options::General_options): Init bsymbolic_.
This commit is contained in:
@ -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>
|
2021-05-04 Fangrui Song <maskray@google.com>
|
||||||
|
|
||||||
PR 27834
|
PR 27834
|
||||||
|
@ -1008,7 +1008,8 @@ namespace gold
|
|||||||
{
|
{
|
||||||
|
|
||||||
General_options::General_options()
|
General_options::General_options()
|
||||||
: printed_version_(false),
|
: bsymbolic_(BSYMBOLIC_NONE),
|
||||||
|
printed_version_(false),
|
||||||
execstack_status_(EXECSTACK_FROM_INPUT),
|
execstack_status_(EXECSTACK_FROM_INPUT),
|
||||||
icf_status_(ICF_NONE),
|
icf_status_(ICF_NONE),
|
||||||
static_(false),
|
static_(false),
|
||||||
|
Reference in New Issue
Block a user