Insert 'PROGRAM' into the text string describing the -N option so that it is
authorNick Clifton <nickc@redhat.com>
Fri, 7 Dec 2001 12:41:21 +0000 (12:41 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 7 Dec 2001 12:41:21 +0000 (12:41 +0000)
easier to translate into foreign languages.

ld/ChangeLog
ld/lexsup.c

index 4381547a4c792913aa92e456911537e0ec061104..3a42bc142ba1d7f5f0a7a8d70db054b6abe2ab00 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
+       describing the -N option so that it is easier to translate into
+       foreign languages.
+
 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * emultempl/pe.em (..._list_options): Replace multiple fprintf
index cd2770ead60629280abb025fcf95ff7434873109..b9b74bdf0b2aa1847927929c31fc08d99ec0ae9f 100644 (file)
@@ -205,7 +205,7 @@ static const struct ld_option ld_options[] =
   { {"soname", required_argument, NULL, OPTION_SONAME},
       'h', N_("FILENAME"), N_("Set internal name of shared library"), ONE_DASH },
   { {"dynamic-linker", required_argument, NULL, OPTION_DYNAMIC_LINKER},
-      'I', N_("PROGRAM"), N_("Set the dynamic linker to use"), TWO_DASHES },
+      'I', N_("PROGRAM"), N_("Set PROGRAM as the dynamic linker to use"), TWO_DASHES },
   { {"library", required_argument, NULL, 'l'},
       'l', N_("LIBNAME"), N_("Search for library LIBNAME"), TWO_DASHES },
   { {"library-path", required_argument, NULL, 'L'},
This page took 0.028337 seconds and 4 git commands to generate.