]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2014-09-29 Sriraman Tallam <tmsriram@google.com>
authorSriraman Tallam <tmsriram@google.com>
Tue, 30 Sep 2014 00:30:54 +0000 (17:30 -0700)
committerSriraman Tallam <tmsriram@google.com>
Tue, 30 Sep 2014 00:30:54 +0000 (17:30 -0700)
* options.h (--pic-executable): Add negative to alias to -no-pie.

gold/ChangeLog
gold/options.h

index f71db091ff4366f12de8915cec86c11d211365bc..884feb8a131fa8f27ea133494598afc83238c9a7 100644 (file)
@@ -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
index 804b82246a2c628042f10de46d4dfcb1c82f0576..cf3b7056d22ee9f4d234e84314e42fee4515bfa2 100644 (file)
@@ -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,