diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/mc68size.1 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/mc68size.1')
| -rwxr-xr-x | static/v10/man1/mc68size.1 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/static/v10/man1/mc68size.1 b/static/v10/man1/mc68size.1 new file mode 100755 index 00000000..0707b768 --- /dev/null +++ b/static/v10/man1/mc68size.1 @@ -0,0 +1,53 @@ +.ds ZZ DEVELOPMENT PACKAGE +.TH MC68SIZE 1 "630 MTG" +.SH NAME +mc68size \- print section sizes of MC68000 object files +.SH SYNOPSIS +.BR mc68size +.RB [ -o ] +.RB [ -x ] +.RB [ -V ] +files +.SH DESCRIPTION +The +.I mc68size +command +produces section size information for each section in the +Motorola 68000 object files. +The size of the text, data, and bss (uninitialized data) +sections are printed along with the total size of the object +file. If an archive file is input to the mc68size command the +information for all archive members is displayed. +.PP +Numbers are printed in decimal unless either the +.B \-o +or the +.B \-x +option is used, in which case they are printed in +octal, or in hexadecimal, respectively. +.PP +The +.B \-V +flag will supply the version information on the +.I mc68size +command. +.SH "SEE ALSO" +dmdcc(1), +mc68as(1), +mc68ld(1). +.br +a.out(4), ar(4) in the \f2UNIX System V Programmer's Reference +Manual\f1. +.SH "DIAGNOSTICS" +"mc68size: name: cannot open" +.br + if +.I name +cannot be read. +.PP + +"mc68size: name: bad magic" +.br + if +.I name +is not a Motorola 68000 object file. |
