aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index 5557cce..a990693 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -1118,8 +1118,10 @@ help ()
}
}
+ /* Note: Various tools (such as libtool) depend upon the
+ format of the listings below - do not change them. */
/* xgettext:c-format */
- printf (_("%s: supported targets:\n "), program_name);
+ printf (_("%s: supported targets:"), program_name);
targets = bfd_target_list ();
for (pp = targets; *pp != NULL; pp++)
printf (" %s", *pp);
@@ -1127,7 +1129,7 @@ help ()
printf ("\n");
/* xgettext:c-format */
- printf (_("%s: supported emulations:\n "), program_name);
+ printf (_("%s: supported emulations: "), program_name);
ldemul_list_emulations (stdout);
printf ("\n");