* options.h (class General_options): Add --warn-multiple-gp.
This commit is contained in:
Ian Lance Taylor 2010-01-07 05:57:25 +00:00
parent 32dcd44e18
commit 6eda8c29b8
2 changed files with 8 additions and 0 deletions

View 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

View 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"));