* binutils.texi (size): The object file argument is optional.
authorIan Lance Taylor <ian@airs.com>
Wed, 24 Sep 1997 19:52:17 +0000 (19:52 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 24 Sep 1997 19:52:17 +0000 (19:52 +0000)
From Marty Leisner <leisner@sdsp.mc.xerox.com>.

binutils/ChangeLog
binutils/binutils.texi

index bd751d74a6c60c8a7918afa4daea391b0d6048df..fc6e5e35f1db932b4c24419e5fb08719b977d175 100644 (file)
@@ -1,5 +1,8 @@
 Wed Sep 24 11:34:05 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * binutils.texi (size): The object file argument is optional.
+       From Marty Leisner <leisner@sdsp.mc.xerox.com>.
+
        * aclocal.m4: Rebuild with new libtool.
        * configure: Rebuild.
 
index 78d3fa0a60bbd14a4580d16938cb3adec9cf9bfb..5f12b4c22d2cea82106e807ca77dfbd0946861b1 100644 (file)
@@ -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: