aboutsummaryrefslogtreecommitdiff
path: root/binutils/binutils.texi
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/binutils.texi
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/binutils.texi')
-rw-r--r--binutils/binutils.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index b08776b..a20909f 100644
--- a/binutils/binutils.texi
+++ b/binutils/binutils.texi
@@ -1095,12 +1095,13 @@ if the named section does not exist.
@item --set-section-flags @var{section}=@var{flags}
Set the flags for the named section. The @var{flags} argument is a
comma separated string of flag names. The recognized names are
-@samp{alloc}, @samp{contents}, @samp{load}, @samp{readonly},
-@samp{code}, @samp{data}, and @samp{rom}. You can set the
-@samp{contents} flag for a section which does not have contents, but it
-is not meaningful to clear the @samp{contents} flag of a section which
-does have contents--just remove the section instead. Not all flags are
-meaningful for all object file formats.
+@samp{alloc}, @samp{contents}, @samp{load}, @samp{noload},
+@samp{readonly}, @samp{code}, @samp{data}, @samp{rom}, @samp{share}, and
+@samp{debug}. You can set the @samp{contents} flag for a section which
+does not have contents, but it is not meaningful to clear the
+@samp{contents} flag of a section which does have contents--just remove
+the section instead. Not all flags are meaningful for all object file
+formats.
@item --add-section @var{sectionname}=@var{filename}
Add a new section named @var{sectionname} while copying the file. The