Add new --common option to size.

This commit is contained in:
Alan Modra
2007-07-05 09:01:28 +00:00
parent a93221e521
commit 29422971f1
3 changed files with 102 additions and 26 deletions

View File

@@ -2070,6 +2070,7 @@ ar(1), nm(1), and the Info entries for @file{binutils}.
size [@option{-A}|@option{-B}|@option{--format=}@var{compatibility}]
[@option{--help}]
[@option{-d}|@option{-o}|@option{-x}|@option{--radix=}@var{number}]
[@option{--common}]
[@option{-t}|@option{--totals}]
[@option{--target=}@var{bfdname}] [@option{-V}|@option{--version}]
[@var{objfile}@dots{}]
@@ -2153,6 +2154,10 @@ values (8, 10, 16) are supported. The total size is always given in two
radices; decimal and hexadecimal for @option{-d} or @option{-x} output, or
octal and hexadecimal if you're using @option{-o}.
@item --common
Print total size of common symbols in each file. When using Berkeley
format these are included in the bss size.
@item -t
@itemx --totals
Show totals of all objects listed (Berkeley format listing mode only).