diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-24 00:33:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-24 00:33:36 +0000 |
commit | 9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6 (patch) | |
tree | 2061e4e7bf8487d4c79b0e88f9a86d7f4ddad3ab /binutils/size.c | |
parent | b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc (diff) | |
download | binutils-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.zip binutils-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.tar.gz binutils-9f66665ac58ef8ccb2644ceaf7d2f7fefab9f7e6.tar.bz2 |
* size.c: Fix formatting.
* srconv.c: Likewise.
* stabs.c: Likewise.
* sysdump.c: Likewise.
* unwind-ia64.c: Likewise.
* wrstabs.c: Likewise.
Diffstat (limited to 'binutils/size.c')
-rw-r--r-- | binutils/size.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/size.c b/binutils/size.c index 961593b..792cb82 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -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; { |