diff options
author | Alan Modra <amodra@gmail.com> | 2007-07-05 09:01:28 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-07-05 09:01:28 +0000 |
commit | 29422971f1854e0b2fef00243c2924ae9f3bdecc (patch) | |
tree | 396f91b588a53ce7a1ca160cd184783d39bde8bc /binutils/doc/binutils.texi | |
parent | a93221e521a8b1c5607bb5f10b737cbd33f4bca7 (diff) | |
download | gdb-29422971f1854e0b2fef00243c2924ae9f3bdecc.zip gdb-29422971f1854e0b2fef00243c2924ae9f3bdecc.tar.gz gdb-29422971f1854e0b2fef00243c2924ae9f3bdecc.tar.bz2 |
Add new --common option to size.
Diffstat (limited to 'binutils/doc/binutils.texi')
-rw-r--r-- | binutils/doc/binutils.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 9499634..cc45b56 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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). |