mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 22:24:42 +00:00
* binutils.texi (size): The object file argument is optional.
From Marty Leisner <leisner@sdsp.mc.xerox.com>.
This commit is contained in:
parent
69c1fa91fa
commit
f2843a175e
@ -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.
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user