diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 18:33:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 18:33:05 +0000 |
commit | 3994e2c66d792e3ea0f48d1cf039a022a62960bb (patch) | |
tree | d73f70bc083cf3b62549f712a3dd23505a5a1725 /binutils/binutils.texi | |
parent | 3de39064591933bc0fbc9141406a206644ced4fd (diff) | |
download | binutils-gdb-3994e2c66d792e3ea0f48d1cf039a022a62960bb.tar.gz |
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.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index b08776ba894..a20909ff7e4 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 |