Add option -no-pie.
authorSriraman Tallam <tmsriram@google.com>
Thu, 14 Aug 2014 01:40:19 +0000 (18:40 -0700)
committerSriraman Tallam <tmsriram@google.com>
Thu, 14 Aug 2014 01:40:19 +0000 (18:40 -0700)
gold/ChangeLog
gold/options.h

index 90997bdc8d6a28ad4f2b75fb3658c2af4484ec3a..e915c6faa34b25734db63dfd9b2720ae34b4e792 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-13  Sriraman Tallam  <tmsriram@google.com>
+
+       * options.h (-no-pie): Add option.
+
 2014-08-08  Jing Yu  <jingyu@google.com>
            Han Shen  <shenhan@google.com>
 
index a1b74c7b83a59d938aa13703aaca8d4fbeb7db51..804b82246a2c628042f10de46d4dfcb1c82f0576 100644 (file)
@@ -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);
This page took 0.047955 seconds and 4 git commands to generate.