diff options
author | Nick Clifton <nickc@redhat.com> | 2022-09-28 15:29:18 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-09-28 15:29:18 +0100 |
commit | be5f79aa3952accc5133875f523875c0fa397761 (patch) | |
tree | b283f23c8f3469aaf892e1c8254569cfae29d5fd /binutils/doc | |
parent | 9cfd4ed49d84fb0fc8c4c152297a95958514b6cb (diff) | |
download | gdb-be5f79aa3952accc5133875f523875c0fa397761.zip gdb-be5f79aa3952accc5133875f523875c0fa397761.tar.gz gdb-be5f79aa3952accc5133875f523875c0fa397761.tar.bz2 |
The help document of size misses an option.
PR 29628
* size.c (usage): Add -f.
* doc/binutils.texi (size): Add -f.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 34a4164..5ea95ed 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3117,6 +3117,7 @@ size [@option{-A}|@option{-B}|@option{-G}|@option{--format=}@var{compatibility}] [@option{--common}] [@option{-t}|@option{--totals}] [@option{--target=}@var{bfdname}] [@option{-V}|@option{--version}] + [@option{-f}] [@var{objfile}@dots{}] @c man end @end smallexample @@ -3203,6 +3204,9 @@ Total 388688 @end smallexample @item --help +@itemx -h +@itemx -H +@item -? Show a summary of acceptable arguments and options. @item -d @@ -3234,9 +3238,15 @@ Specify that the object-code format for @var{objfile} is automatically recognize many formats. @xref{Target Selection}, for more information. +@item -v @item -V @itemx --version Display the version number of @command{size}. + +@item -f +Ignored. This option is used by other versions of the @command{size} +program, but it is not supported by the GNU Binutils version. + @end table @c man end |