]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gold/
authorRoland McGrath <roland@gnu.org>
Mon, 13 May 2013 16:41:11 +0000 (16:41 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 13 May 2013 16:41:11 +0000 (16:41 +0000)
* options.h (General_options): Remove leading space from help
messages for -nostdlib and --rosegment.

gold/ChangeLog
gold/options.h

index 45633468a0c85de5478e34000ea99d849fc3ce94..d8a326e6bdd916b0018e7263fdda16144e1cab30 100644 (file)
@@ -5,6 +5,11 @@
        * 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.
index e1b6fc8f4cecefe275594e93e1ff87f3793c29bb..e7a7e5113e19daef372f657a10a0294d129d4a78 100644 (file)
@@ -880,11 +880,11 @@ class General_options
                 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,