From f2843a175e9502fcffd7b6f931db345ad5518868 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 24 Sep 1997 19:52:17 +0000 Subject: [PATCH] * binutils.texi (size): The object file argument is optional. From Marty Leisner . --- binutils/ChangeLog | 3 +++ binutils/binutils.texi | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bd751d74a6c..fc6e5e35f1d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Wed Sep 24 11:34:05 1997 Ian Lance Taylor + * binutils.texi (size): The object file argument is optional. + From Marty Leisner . + * aclocal.m4: Rebuild with new libtool. * configure: Rebuild. diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 78d3fa0a60b..5f12b4c22d2 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: -- 2.30.2