mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
restore previous format of --help output
This commit is contained in:
parent
2bdba6c9ec
commit
f75692fe1a
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user