aboutsummaryrefslogtreecommitdiff
path: root/binutils/binutils.texi
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-09-24 19:52:17 +0000
committerIan Lance Taylor <ian@airs.com>1997-09-24 19:52:17 +0000
commitf2843a175e9502fcffd7b6f931db345ad5518868 (patch)
tree93d1907c04d15614683c4a31dba87ac30e1c1aac /binutils/binutils.texi
parent69c1fa91faa784fcf513f6fea4ddc677fce88ee4 (diff)
downloadgdb-f2843a175e9502fcffd7b6f931db345ad5518868.zip
gdb-f2843a175e9502fcffd7b6f931db345ad5518868.tar.gz
gdb-f2843a175e9502fcffd7b6f931db345ad5518868.tar.bz2
* binutils.texi (size): The object file argument is optional.
From Marty Leisner <leisner@sdsp.mc.xerox.com>.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r--binutils/binutils.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index 78d3fa0..5f12b4c 100644
--- a/binutils/binutils.texi
+++ b/binutils/binutils.texi
@@ -1347,7 +1347,7 @@ Show the version number of @code{ranlib}.
size [ -A | -B | --format=@var{compatibility} ]
[ --help ] [ -d | -o | -x | --radix=@var{number} ]
[ --target=@var{bfdname} ] [ -V | --version ]
- @var{objfile}@dots{}
+ [ @var{objfile}@dots{} ]
@end smallexample
The @sc{gnu} @code{size} utility lists the section sizes---and the total
@@ -1356,6 +1356,7 @@ argument list. By default, one line of output is generated for each
object file or each module in an archive.
@var{objfile}@dots{} are the object files to be examined.
+If none are specified, the file @code{a.out} will be used.
The command line options have the following meanings: