aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.1
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-09-12 18:33:05 +0000
committerIan Lance Taylor <ian@airs.com>1999-09-12 18:33:05 +0000
commit3994e2c66d792e3ea0f48d1cf039a022a62960bb (patch)
treed73f70bc083cf3b62549f712a3dd23505a5a1725 /binutils/objcopy.1
parent3de39064591933bc0fbc9141406a206644ced4fd (diff)
downloadgdb-3994e2c66d792e3ea0f48d1cf039a022a62960bb.zip
gdb-3994e2c66d792e3ea0f48d1cf039a022a62960bb.tar.gz
gdb-3994e2c66d792e3ea0f48d1cf039a022a62960bb.tar.bz2
1999-09-12 Donn Terry <donn@interix.com>
* objcopy.c (parse_flags): Handle "noload", "debug", and "share". * binutils.texi, objcopy.1: Document new flags.
Diffstat (limited to 'binutils/objcopy.1')
-rw-r--r--binutils/objcopy.18
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/objcopy.1 b/binutils/objcopy.1
index 68b98d3..b3fa296 100644
--- a/binutils/objcopy.1
+++ b/binutils/objcopy.1
@@ -1,6 +1,6 @@
.\" Copyright (c) 1991, 93, 94, 95, 96, 97, 98, 1999 Free Software Foundation
.\" See section COPYING for conditions for redistribution
-.TH objcopy 1 "October 1994" "cygnus support" "GNU Development Tools"
+.TH objcopy 1 "1999" "Cygnus Solutions" "GNU Development Tools"
.de BP
.sp
.ti \-.2i
@@ -249,9 +249,9 @@ if the named section does not exist.
.B \fB\-\-set\-section\-flags=\fIsection=flags
Set the flags for the named section. The \fIflags\fP argument is a
comma separated string of flag names. The recognized names are
-\fIalloc\fP, \fIload\fP, \fIreadonly\fP, \fIcode\fP, \fIdata\fP, and
-\fIrom\fP. Not all flags are meaningful for all object file
-formats.
+\fIalloc\fP, \fIcontents\fP, \fIload\fP, \fInoload\fP, \fIreadonly\fP,
+\fIcode\fP, \fIdata\fP, \fIrom\fP, \fIshare\fP, and \fIdebug\fP. Not
+all flags are meaningful for all object file formats.
.TP
.B \fB\-\-add\-section=\fIsectionname=filename
Add a new section named \fIsectionname\fR while copying the file. The