* options.h (class General_options): Accept
authorIan Lance Taylor <ian@airs.com>
Tue, 25 Jan 2011 06:08:47 +0000 (06:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 25 Jan 2011 06:08:47 +0000 (06:08 +0000)
--no-detect-odr-violations.

gold/ChangeLog
gold/options.h

index 3cf3286643dedc42894ee7861ffb14dea5a2a356..0c14f7c35b964e790f6f3a3e6939bde9f3a0ba60 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-24  Ian Lance Taylor  <iant@google.com>
+
+       * options.h (class General_options): Accept
+       --no-detect-odr-violations.
+
 2011-01-24  Ian Lance Taylor  <iant@google.com>
 
        * version.cc (version_string): Bump to 1.11.
index 8f240f07d4a8c20934caecd06c29ab1efe9afdc0..da125994a0611751e04dd6baf226c56e9a82fa07 100644 (file)
@@ -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);
This page took 0.031192 seconds and 4 git commands to generate.