From: Nick Clifton Date: Fri, 28 May 1999 10:50:29 +0000 (+0000) Subject: Minor formatting changes. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b3043ee4e2db599cac8a7a0b168f6983e289abdc;p=deliverable%2Fbinutils-gdb.git Minor formatting changes. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index da0132de2f..1a4373a37c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +1999-05-28 Nick Clifton + + * lexsup.c (help): Minor formatting changes. + 1999-05-28 Martin Dorey * configure.tgt (i960-*-elf*): New target. diff --git a/ld/lexsup.c b/ld/lexsup.c index 7ee5087f1a..5557cceada 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -341,7 +341,7 @@ static const struct ld_option ld_options[] = '\0', N_("FILE"), N_("Read version information script"), TWO_DASHES }, { {"version-exports-section", required_argument, NULL, OPTION_VERSION_EXPORTS_SECTION }, - '\0', N_("SYMBOL"), N_("Take export symbols list from .exports, using SYMBOL as the version."), + '\0', N_("SYMBOL"), N_("Take export symbols list from .exports, using\n\t\t\t\tSYMBOL as the version."), TWO_DASHES }, { {"warn-common", no_argument, NULL, OPTION_WARN_COMMON}, '\0', NULL, N_("Warn about duplicate common symbols"), TWO_DASHES }, @@ -360,7 +360,7 @@ static const struct ld_option ld_options[] = { {"wrap", required_argument, NULL, OPTION_WRAP}, '\0', N_("SYMBOL"), N_("Use wrapper functions for SYMBOL"), TWO_DASHES }, { {"mpc860c0", optional_argument, NULL, OPTION_MPC860C0}, - '\0', N_("[=WORDS]"), N_("Modify problematic branches in last WORDS (1-10, default 5) words of a page"), TWO_DASHES } + '\0', N_("[=WORDS]"), N_("Modify problematic branches in last WORDS (1-10,\n\t\t\t\tdefault 5) words of a page"), TWO_DASHES } }; #define OPTION_COUNT ((int) (sizeof ld_options / sizeof ld_options[0])) @@ -1119,7 +1119,7 @@ help () } /* xgettext:c-format */ - printf (_("%s: supported targets:"), program_name); + printf (_("%s: supported targets:\n "), program_name); targets = bfd_target_list (); for (pp = targets; *pp != NULL; pp++) printf (" %s", *pp); @@ -1127,7 +1127,7 @@ help () printf ("\n"); /* xgettext:c-format */ - printf (_("%s: supported emulations: "), program_name); + printf (_("%s: supported emulations:\n "), program_name); ldemul_list_emulations (stdout); printf ("\n");