mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 23:34:02 +08:00
(General_options::no_keep_memory): Remove incorrect short option.
This commit is contained in:
parent
676accff0e
commit
f773f3d2dc
@ -1,3 +1,7 @@
|
||||
2009-08-24 Cary Coutant <ccoutant@google.com>
|
||||
|
||||
(General_options::no_keep_memory): Remove incorrect short option.
|
||||
|
||||
2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* Makefile.am (am__skiplex, am__skipyacc): New.
|
||||
|
@ -799,8 +799,9 @@ class General_options
|
||||
DEFINE_bool(strip_lto_sections, options::TWO_DASHES, '\0', true,
|
||||
N_("Strip LTO intermediate code sections"), NULL);
|
||||
|
||||
DEFINE_bool(no_keep_memory, options::TWO_DASHES, 's', false,
|
||||
N_("Use less memory and more disk I/O (included only for compatibility with GNU ld)"), NULL);
|
||||
DEFINE_bool(no_keep_memory, options::TWO_DASHES, '\0', false,
|
||||
N_("Use less memory and more disk I/O "
|
||||
"(included only for compatibility with GNU ld)"), NULL);
|
||||
|
||||
DEFINE_bool(shared, options::ONE_DASH, '\0', false,
|
||||
N_("Generate shared library"), NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user