OSDN Git Service

PR 10980
authorian <ian>
Thu, 7 Jan 2010 14:57:25 +0000 (14:57 +0000)
committerian <ian>
Thu, 7 Jan 2010 14:57:25 +0000 (14:57 +0000)
* options.h (class General_options): Add --warn-multiple-gp.

gold/ChangeLog
gold/options.h

index 69754c0..c759683 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-06  Ian Lance Taylor  <iant@google.com>
+
+       PR 10980
+       * options.h (class General_options): Add --warn-multiple-gp.
+
 2010-01-06  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
 
        * Makefile.am (incremental_dump_DEPENDENCIES): Remove
index 7e9c9f9..018ec1b 100644 (file)
@@ -961,6 +961,9 @@ class General_options
   DEFINE_bool(warn_constructors, options::TWO_DASHES, '\0', false,
              N_("Ignored"), N_("Ignored"));
 
+  DEFINE_bool(warn_multiple_gp, options::TWO_DASHES, '\0', false,
+             N_("Ignored"), NULL);
+
   DEFINE_bool(warn_search_mismatch, options::TWO_DASHES, '\0', true,
              N_("Warn when skipping an incompatible library"),
              N_("Don't warn when skipping an incompatible library"));