From 8123365312729e65a4a36bc9174a8b229afc29fa Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Wed, 13 Aug 2014 18:40:19 -0700 Subject: [PATCH] Add option -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 90997bdc8d6..e915c6faa34 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2014-08-13 Sriraman Tallam + + * options.h (-no-pie): Add option. + 2014-08-08 Jing Yu Han Shen diff --git a/gold/options.h b/gold/options.h index a1b74c7b83a..804b82246a2 100644 --- a/gold/options.h +++ b/gold/options.h @@ -972,7 +972,8 @@ class General_options N_("(ARM only) Ignore for backward compatibility"), NULL); DEFINE_bool(pie, options::ONE_DASH, '\0', false, - N_("Create a position independent executable"), NULL); + 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, false); -- 2.30.2