From: Nick Clifton Date: Fri, 7 Dec 2001 12:41:21 +0000 (+0000) Subject: Insert 'PROGRAM' into the text string describing the -N option so that it is X-Git-Tag: gprof-pre-ansify-2004-05-26~5421 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=62f7cafd2b7f98f980689067a5a2674726f4db3b;p=pf3gnuchains%2Fpf3gnuchains4x.git Insert 'PROGRAM' into the text string describing the -N option so that it is easier to translate into foreign languages. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 4381547a4c..3a42bc142b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2001-12-07 Nick Clifton + + * 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 * emultempl/pe.em (..._list_options): Replace multiple fprintf diff --git a/ld/lexsup.c b/ld/lexsup.c index cd2770ead6..b9b74bdf0b 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -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'},