diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-22 18:04:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-22 18:04:43 +0000 |
commit | 61611222588d1cd9c66c035a6b6dd61857d34653 (patch) | |
tree | 5197870414b18d9f14f77deccbec785caba07d6c /gold/options.h | |
parent | ee6d2efee9fc57ed0be635dc0072bb8ba3891190 (diff) | |
download | gdb-61611222588d1cd9c66c035a6b6dd61857d34653.zip gdb-61611222588d1cd9c66c035a6b6dd61857d34653.tar.gz gdb-61611222588d1cd9c66c035a6b6dd61857d34653.tar.bz2 |
Implement -Bstatic/-Bdynamic.
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_; } |