aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-28 10:50:29 +0000
committerNick Clifton <nickc@redhat.com>1999-05-28 10:50:29 +0000
commitb3043ee4e2db599cac8a7a0b168f6983e289abdc (patch)
treed36c0fff2cc17d6e9860ca7409e45ac3d91b3590 /ld
parente15e4a63983fda1905c5ca57ddc3b2c573ab8b3b (diff)
downloadgdb-b3043ee4e2db599cac8a7a0b168f6983e289abdc.zip
gdb-b3043ee4e2db599cac8a7a0b168f6983e289abdc.tar.gz
gdb-b3043ee4e2db599cac8a7a0b168f6983e289abdc.tar.bz2
Minor formatting changes.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/lexsup.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index da0132d..1a4373a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/lexsup.c b/ld/lexsup.c
index 7ee5087..5557cce 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");