summaryrefslogtreecommitdiff
path: root/gold/options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/options.cc')
-rw-r--r--gold/options.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/options.cc b/gold/options.cc
index f377387ed23..c6c8073683a 100644
--- a/gold/options.cc
+++ b/gold/options.cc
@@ -830,7 +830,8 @@ General_options::General_options()
implicit_incremental_(false),
excluded_libs_(),
symbols_to_retain_(),
- section_starts_()
+ section_starts_(),
+ fix_v4bx_(FIX_V4BX_NONE)
{
// Turn off option registration once construction is complete.
gold::options::ready_to_register = false;