forked from Imagelibrary/binutils-gdb
Add new --common option to size.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user