mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
PR 10980
* options.h (class General_options): Add --warn-multiple-gp.
This commit is contained in:
@ -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>
|
2010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
|
||||||
|
|
||||||
* Makefile.am (incremental_dump_DEPENDENCIES): Remove
|
* Makefile.am (incremental_dump_DEPENDENCIES): Remove
|
||||||
|
@ -961,6 +961,9 @@ class General_options
|
|||||||
DEFINE_bool(warn_constructors, options::TWO_DASHES, '\0', false,
|
DEFINE_bool(warn_constructors, options::TWO_DASHES, '\0', false,
|
||||||
N_("Ignored"), N_("Ignored"));
|
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,
|
DEFINE_bool(warn_search_mismatch, options::TWO_DASHES, '\0', true,
|
||||||
N_("Warn when skipping an incompatible library"),
|
N_("Warn when skipping an incompatible library"),
|
||||||
N_("Don't warn when skipping an incompatible library"));
|
N_("Don't warn when skipping an incompatible library"));
|
||||||
|
Reference in New Issue
Block a user