Add support for --no-rosegment option.
[deliverable/binutils-gdb.git] / gold / options.h
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.022645 seconds and 4 git commands to generate.