aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.1
diff options
context:
space:
mode:
authorJeffrey Osier <jeffrey@cygnus>1993-11-17 22:51:16 +0000
committerJeffrey Osier <jeffrey@cygnus>1993-11-17 22:51:16 +0000
commit3883531f52c89b7fabc345baded1e49ac00e1daa (patch)
treec5a0735910998d01286fac8f3babf468974b68f0 /binutils/objcopy.1
parent2dbe3409d736ce6d5989dfaa95e068f01b6e8d16 (diff)
downloadgdb-3883531f52c89b7fabc345baded1e49ac00e1daa.zip
gdb-3883531f52c89b7fabc345baded1e49ac00e1daa.tar.gz
gdb-3883531f52c89b7fabc345baded1e49ac00e1daa.tar.bz2
* nlmconv.1: new man page
* objcopy.1: fixed format errors
Diffstat (limited to 'binutils/objcopy.1')
-rw-r--r--binutils/objcopy.160
1 files changed, 21 insertions, 39 deletions
diff --git a/binutils/objcopy.1 b/binutils/objcopy.1
index 64d1c36..40bfb1a 100644
--- a/binutils/objcopy.1
+++ b/binutils/objcopy.1
@@ -8,25 +8,25 @@
..
.SH NAME
-objcopy \- copy and translate object files
+objcopy\(em\&copy and translate object files
.SH SYNOPSIS
.hy 0
.na
.TP
.B objcopy
-.RB "[\|" \-F \fIformat\fB | \-\-format=\fIformat\fB "\|]"
-.RB "[\|" \-I \fIformat\fB | \-\-input\-format=\fIformat\fB "\|]"
-.RB "[\|" \-O \fIformat\fB | \-\-output\-format=\fIformat\fB "\|]"
-.RB "[\|" \-S | \-\-strip\-all "\|]"
-.RB "[\|" \-g | \-\-strip\-debug "\|]"
-.RB "[\|" \-x | \-\-discard\-all "\|]"
-.RB "[\|" \-X | \-\-discard\-locals "\|]"
-.RB "[\|" \-v | \-\-verbose "\|]"
-.RB "[\|" \-V | \-\-version "\|]"
-.RB "[\|" \-\-help "\|]"
+.RB "[\|" \-F\ \fIformat\fB\ |\ \-\-format=\fIformat\fR "\|]"
+.RB "[\|" \-I\ \fIformat\fB\ |\ \-\-input\-format=\fIformat\fR "\|]"
+.RB "[\|" \-O\ \fIformat\fB\ |\ \-\-output\-format=\fIformat\fR "\|]"
+.RB "[\|" \-S\ |\ \-\-strip\-all\fR "\|]"
+.RB "[\|" \-g\ |\ \-\-strip\-debug\fR "\|]"
+.RB "[\|" \-x\ |\ \-\-discard\-all\fR "\|]"
+.RB "[\|" \-X\ |\ \-\-discard\-locals\fR "\|]"
+.RB "[\|" \-v\ |\ \-\-verbose\fR "\|]"
+.RB "[\|" \-V\ |\ \-\-version\fR "\|]"
+.RB "[\|" \-\-help\fR "\|]"
.B infile
-.RB "[\|" outfile "\|]"
+.RB "[\|" outfile\fR "\|]"
.SH DESCRIPTION
The GNU
.B objcopy
@@ -57,57 +57,39 @@ name of the input file.
.SH OPTIONS
.TP
-.B \-I \fIformat
-.TP
-.B \-\-input\-format=\fIformat
+.B \-I \fIformat\fR, \fB\-\-input\-format=\fIformat
Consider the source file's object format to be
.IR format ,
rather than attempting to deduce it.
.TP
-.B \-O \fIformat
-.TP
-.B \-\-output\-format=\fIformat
+.B \-O \fIformat\fR, \fB\-\-output\-format=\fIformat
Write the output file using the object format
.IR format .
.TP
-.B \-F \fIformat\fB
-.TP
-.B \-\-format=\fIformat
+.B \-F \fIformat\fR, \fB\-\-format=\fIformat
Use
.I format
as the object format for both the input and the output file; i.e.
simply transfer data from source to destination with no translation.
.TP
-.B \-S
-.TP
-.B \-\-strip\-all
+.B \-S\fR, \fB\-\-strip\-all
Do not copy relocation and symbol information from the source file.
.TP
-.B \-g
-.TP
-.B \-\-strip\-debug
+.B \-g\fR, \fB\-\-strip\-debug
Do not copy debugging symbols from the source file.
.TP
-.B \-x
-.TP
-.B \-\-discard\-all
+.B \-x\fR, \fB \-\-discard\-all
Do not copy non-global symbols from the source file.
.TP
-.B \-X
-.TP
-.B \-\-discard\-locals
+.B \-X\fR, \fB\-\-discard\-locals
Do not copy compiler-generated local symbols. (These usually start
with "L" or ".").
.TP
-.B \-v
-.TP
-.B \-\-verbose
+.B \-v\fR, \fB\-\-verbose
Verbose output: list all object files modified. In the case of
archives, "\fBobjcopy \-V\fR" lists all members of the archive.
.TP
-.B \-V
-.TP
-.B \-\-version
+.B \-V\fR, \fB\-\-version
Show the version number of
.B objcopy
and exit.