Minor formatting changes.

This commit is contained in:
Nick Clifton 1999-05-28 10:50:29 +00:00
parent e15e4a6398
commit b3043ee4e2
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
1999-05-28 Nick Clifton <nickc@cygnus.com>
* lexsup.c (help): Minor formatting changes.
1999-05-28 Martin Dorey <mdorey@madge.com>
* configure.tgt (i960-*-elf*): New target.

View File

@ -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");