From 5f77241211f17f37cd9b5795e6b7e1e65fd54ee3 Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Mon, 29 Sep 2014 17:30:54 -0700 Subject: [PATCH] 2014-09-29 Sriraman Tallam * options.h (--pic-executable): Add negative to alias to -no-pie. --- gold/ChangeLog | 4 ++++ gold/options.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gold/ChangeLog b/gold/ChangeLog index f71db091ff4..884feb8a131 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2014-09-29 Sriraman Tallam + + * options.h (--pic-executable): Add negative to alias to -no-pie. + 2014-09-26 Cary Coutant PR gold/16773 diff --git a/gold/options.h b/gold/options.h index 804b82246a2..cf3b7056d22 100644 --- a/gold/options.h +++ b/gold/options.h @@ -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, -- 2.30.2