* layout.cc (set_segment_offsets): Let user option override
target->rosegment_gap().
+2013-05-10 Roland McGrath <mcgrathr@google.com>
+
+ * options.h (General_options): Remove leading space from help
+ messages for -nostdlib and --rosegment.
+
2012-12-06 Roland McGrath <mcgrathr@google.com>
* configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
N_("Add directory to search path"), N_("DIR"));
DEFINE_bool(nostdlib, options::ONE_DASH, '\0', false,
- N_(" Only search directories specified on the command line."),
+ N_("Only search directories specified on the command line."),
NULL);
DEFINE_bool(rosegment, options::TWO_DASHES, '\0', false,
- N_(" Put read-only non-executable sections in their own segment"),
+ N_("Put read-only non-executable sections in their own segment"),
NULL);
DEFINE_uint64(rosegment_gap, options::TWO_DASHES, '\0', -1U,