diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-01-25 06:08:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-01-25 06:08:47 +0000 |
commit | f30f86fa955570721c2c0c95468d975f216bf754 (patch) | |
tree | 5835553ddcd31787d57b0b6794e08d97237b55d0 /gold/options.h | |
parent | 9ad64e945ddde9090032d9694fa227ef32ee7cc8 (diff) | |
download | gdb-f30f86fa955570721c2c0c95468d975f216bf754.zip gdb-f30f86fa955570721c2c0c95468d975f216bf754.tar.gz gdb-f30f86fa955570721c2c0c95468d975f216bf754.tar.bz2 |
* options.h (class General_options): Accept
--no-detect-odr-violations.
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 8f240f0..da12599 100644 --- a/gold/options.h +++ b/gold/options.h @@ -682,8 +682,8 @@ class General_options NULL); DEFINE_bool(detect_odr_violations, options::TWO_DASHES, '\0', false, - N_("Try to detect violations of the One Definition Rule"), - NULL); + N_("Look for violations of the C++ One Definition Rule"), + N_("Do not look for violations of the C++ One Definition Rule")); DEFINE_bool(discard_all, options::TWO_DASHES, 'x', false, N_("Delete all local symbols"), NULL); |