diff options
author | David MacKenzie <djm@cygnus> | 1993-06-28 02:17:13 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-06-28 02:17:13 +0000 |
commit | b26ac61376d5075ba809a72b04aeda402d8bc402 (patch) | |
tree | 732e9ad94b516a8c8ee7322f71cd1216e454b1b6 /binutils/size.1 | |
parent | 6214895281c6ab1032c99a3f1a644ad3d3575be3 (diff) | |
download | gdb-b26ac61376d5075ba809a72b04aeda402d8bc402.zip gdb-b26ac61376d5075ba809a72b04aeda402d8bc402.tar.gz gdb-b26ac61376d5075ba809a72b04aeda402d8bc402.tar.bz2 |
* Makefile.in: Note dependencies on bucomm.h.
(cplus-dem.o): Link c++filt with version.o.
* strings.c: Include bucomm.h and add prototypes to other decls.
Remove -h option.
* bucomm.h: Declare xrealloc.
* nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add
--help option. Put "GNU" in the version message.
(usage): Take stream and exit status as args.
(main): Pass new args to usage.
Diffstat (limited to 'binutils/size.1')
-rw-r--r-- | binutils/size.1 | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/binutils/size.1 b/binutils/size.1 index 13351a4..364293b 100644 --- a/binutils/size.1 +++ b/binutils/size.1 @@ -35,18 +35,14 @@ size\(em\&list section sizes and total size. The GNU \c .B size\c \& utility lists the section sizes\(em\&and the total -size\(em\&for each of the object files \c -.I objfile\c -\& in its argument list. +size\(em\&for each of the object files +.I objfile +in its argument list. By default, one line of output is generated for each object file or each module in an archive. .SH OPTIONS .TP -.IR "objfile" .\|.\|. -The object files to be examined. - -.TP .B \-A .TP .B \-B @@ -140,17 +136,12 @@ Display version number information on \c .B size\c \& itself. -.PP - .SH "SEE ALSO" .RB "`\|" binutils "\|'" entry in -.B -info\c -\&; -.I -The GNU Binary Utilities\c -\&, Roland H. Pesch (October 1991); +.BR info ; +.IR The GNU Binary Utilities , + Roland H. Pesch (October 1991); .BR ar "(" 1 ")," .BR objdump ( 1 ). |