diff options
Diffstat (limited to 'gold/options.h')
-rw-r--r-- | gold/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/options.h b/gold/options.h index 701aa9c..f9782cc 100644 --- a/gold/options.h +++ b/gold/options.h @@ -397,8 +397,8 @@ class Position_dependent_options public: Position_dependent_options(); - // -Bstatic: Whether we are searching for a static archive rather - // than a shared object. + // -Bdynamic/-Bstatic: Whether we are searching for a static archive + // -rather than a shared object. bool do_static_search() const { return this->do_static_search_; } |