summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/mc68size.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/mc68size.1')
-rwxr-xr-xstatic/unix-v10/man1/mc68size.153
1 files changed, 53 insertions, 0 deletions
diff --git a/static/unix-v10/man1/mc68size.1 b/static/unix-v10/man1/mc68size.1
new file mode 100755
index 00000000..0707b768
--- /dev/null
+++ b/static/unix-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.