aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gold/ChangeLog5
-rw-r--r--gold/options.cc3
2 files changed, 7 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index c68f282..5897b10 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -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
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),