forked from Imagelibrary/binutils-gdb
* size.c: Fix formatting.
* srconv.c: Likewise. * stabs.c: Likewise. * sysdump.c: Likewise. * unwind-ia64.c: Likewise. * wrstabs.c: Likewise.
This commit is contained in:
@@ -84,7 +84,7 @@ usage (stream, status)
|
||||
{
|
||||
fprintf (stream, _("Usage: %s [option(s)] [file(s)]\n"), program_name);
|
||||
fprintf (stream, _(" Displays the sizes of sections inside binary files\n"));
|
||||
fprintf (stream, _(" If no input file(s) are specified, a.out is assumed\n"));
|
||||
fprintf (stream, _(" If no input file(s) are specified, a.out is assumed\n"));
|
||||
fprintf (stream, _(" The options are:\n\
|
||||
-A|-B --format={sysv|berkeley} Select output style (default is %s)\n\
|
||||
-o|-d|-h --radix={8|10|16} Display numbers in octal, decimal or hex\n\
|
||||
@@ -448,7 +448,7 @@ berkeley_sum (abfd, sec, ignore)
|
||||
bsssize += size;
|
||||
}
|
||||
|
||||
static void
|
||||
static void
|
||||
print_berkeley_format (abfd)
|
||||
bfd *abfd;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user