mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2014-09-29 Sriraman Tallam <tmsriram@google.com>
* options.h (--pic-executable): Add negative to alias to -no-pie.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2014-09-29 Sriraman Tallam <tmsriram@google.com>
|
||||
|
||||
* options.h (--pic-executable): Add negative to alias to -no-pie.
|
||||
|
||||
2014-09-26 Cary Coutant <ccoutant@google.com>
|
||||
|
||||
PR gold/16773
|
||||
|
@ -975,7 +975,8 @@ class General_options
|
||||
N_("Create a position independent executable"),
|
||||
N_("Do not create a position independent executable"));
|
||||
DEFINE_bool_alias(pic_executable, pie, options::TWO_DASHES, '\0',
|
||||
N_("Create a position independent executable"), NULL,
|
||||
N_("Create a position independent executable"),
|
||||
N_("Do not create a position independent executable"),
|
||||
false);
|
||||
|
||||
DEFINE_bool(pipeline_knowledge, options::ONE_DASH, '\0', false,
|
||||
|
Reference in New Issue
Block a user