mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* options.h (class General_options): Redefine -z lazy as an alias for
the negation of -z now.
This commit is contained in:
@@ -1097,9 +1097,9 @@ class General_options
|
||||
DEFINE_bool(interpose, options::DASH_Z, '\0', false,
|
||||
N_("Mark object to interpose all DSOs but executable"),
|
||||
NULL);
|
||||
DEFINE_bool(lazy, options::DASH_Z, '\0', false,
|
||||
N_("Mark object for lazy runtime binding (default)"),
|
||||
NULL);
|
||||
DEFINE_bool_alias(lazy, now, options::DASH_Z, '\0',
|
||||
N_("Mark object for lazy runtime binding (default)"),
|
||||
NULL, true);
|
||||
DEFINE_bool(loadfltr, options::DASH_Z, '\0', false,
|
||||
N_("Mark object requiring immediate process"),
|
||||
NULL);
|
||||
|
||||
Reference in New Issue
Block a user