mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
* coffdump.c (coff_dump): Correct spelling error.
(show_usage): Replace SYSROFF by COFF.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-03-28 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
|
* coffdump.c (coff_dump): Correct spelling error.
|
||||||
|
(show_usage): Replace SYSROFF by COFF.
|
||||||
|
|
||||||
2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
|
2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
* coffdump.c (dump_coff_scope): Use double typecast for pointer P
|
* coffdump.c (dump_coff_scope): Use double typecast for pointer P
|
||||||
|
@ -444,7 +444,7 @@ coff_dump (struct coff_ofile *ptr)
|
|||||||
|
|
||||||
printf ("Coff dump");
|
printf ("Coff dump");
|
||||||
nl ();
|
nl ();
|
||||||
printf ("#souces %d", ptr->nsources);
|
printf ("#sources %d", ptr->nsources);
|
||||||
nl ();
|
nl ();
|
||||||
dump_coff_sfile (ptr->source_head);
|
dump_coff_sfile (ptr->source_head);
|
||||||
|
|
||||||
@ -458,7 +458,7 @@ static void
|
|||||||
show_usage (FILE *file, int status)
|
show_usage (FILE *file, int status)
|
||||||
{
|
{
|
||||||
fprintf (file, _("Usage: %s [option(s)] in-file\n"), program_name);
|
fprintf (file, _("Usage: %s [option(s)] in-file\n"), program_name);
|
||||||
fprintf (file, _(" Print a human readable interpretation of a SYSROFF object file\n"));
|
fprintf (file, _(" Print a human readable interpretation of a COFF object file\n"));
|
||||||
fprintf (file, _(" The options are:\n\
|
fprintf (file, _(" The options are:\n\
|
||||||
@<file> Read options from <file>\n\
|
@<file> Read options from <file>\n\
|
||||||
-h --help Display this information\n\
|
-h --help Display this information\n\
|
||||||
|
Reference in New Issue
Block a user