Add support for --no-rosegment option.
authorFangrui Song <maskray@google.com>
Thu, 19 Mar 2020 22:54:20 +0000 (15:54 -0700)
committerCary Coutant <ccoutant@gmail.com>
Thu, 19 Mar 2020 22:54:38 +0000 (15:54 -0700)
gold/
    * options.h (General_options): Add --no-rosegment option.

gold/ChangeLog
gold/options.h

index 77949d2da7596fb3958a14483c4f62bb85e92754..4466f4d1dfad966f5e003800a99b42d29d2d4357 100644 (file)
@@ -1,3 +1,7 @@
+2020-03-19  Fangrui Song  <maskray@google.com>
+
+    * options.h (General_options): Add --no-rosegment option.
+
 2020-02-24  Nick Clifton  <nickc@redhat.com>
 
        * po/fr.po: Update French translation.
index 4146102279cb64ff1a16f8f28591e1487b61b3a2..b2059d984cdc461491bee1394ba5d4afc9cb1282 100644 (file)
@@ -1182,7 +1182,7 @@ class General_options
 
   DEFINE_bool(rosegment, options::TWO_DASHES, '\0', false,
              N_("Put read-only non-executable sections in their own segment"),
-             NULL);
+             N_("Do not put read-only non-executable sections in their own segment"));
 
   DEFINE_uint64(rosegment_gap, options::TWO_DASHES, '\0', -1U,
                N_("Set offset between executable and read-only segments"),
This page took 0.028548 seconds and 4 git commands to generate.