aboutsummaryrefslogtreecommitdiff
path: root/gold/options.h
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2014-08-13 18:40:19 -0700
committerSriraman Tallam <tmsriram@google.com>2014-08-13 18:40:19 -0700
commit8123365312729e65a4a36bc9174a8b229afc29fa (patch)
tree7ad179f8fe024ad1654e698dd9202954079e4977 /gold/options.h
parent78090f7c831f412ea34ceab7d3a8169e8053760c (diff)
downloadfsf-binutils-gdb-8123365312729e65a4a36bc9174a8b229afc29fa.zip
fsf-binutils-gdb-8123365312729e65a4a36bc9174a8b229afc29fa.tar.gz
fsf-binutils-gdb-8123365312729e65a4a36bc9174a8b229afc29fa.tar.bz2
Add option -no-pie.
Diffstat (limited to 'gold/options.h')
-rw-r--r--gold/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/options.h b/gold/options.h
index a1b74c7..804b822 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);