+1999-06-09 Nick Clifton <nickc@cygnus.com>
+
+ * lexsup.c (help): Restore previous format of output.
+
1999-06-04 Nick Clifton <nickc@cygnus.com>
* emultempl/pe.em: If compiling for arm_epoc_pe rename
}
}
+ /* 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);
printf ("\n");
/* xgettext:c-format */
- printf (_("%s: supported emulations:\n "), program_name);
+ printf (_("%s: supported emulations: "), program_name);
ldemul_list_emulations (stdout);
printf ("\n");