aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-21 19:43:36 +0000
committerNick Clifton <nickc@redhat.com>2001-02-21 19:43:36 +0000
commit7e84d676af23cc44c9b78155032bdabaf78b9a62 (patch)
treecbf874dbde5e79020977b2405e3be88e9a2d0aac /gas/doc
parent5ece1a18c051bb279f4e1a8f66e0fe08f05e8baa (diff)
downloadfsf-binutils-gdb-7e84d676af23cc44c9b78155032bdabaf78b9a62.zip
fsf-binutils-gdb-7e84d676af23cc44c9b78155032bdabaf78b9a62.tar.gz
fsf-binutils-gdb-7e84d676af23cc44c9b78155032bdabaf78b9a62.tar.bz2
Note that some flags to the COFF version of .section remove attributes rather
than setting them.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index dc377b1..3bc9681 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -4640,7 +4640,9 @@ shared section (meaningful for PE targets)
If no flags are specified, the default flags depend upon the section name. If
the section name is not recognized, the default will be for the section to be
-loaded and writable.
+loaded and writable. Note the @code{n} and @code{w} flags remove attributes
+from the section, rather than adding them, so if they are used on their own it
+will be as if no flags had been specified at all.
If the optional argument to the @code{.section} directive is not quoted, it is
taken as a subsegment number (@pxref{Sub-Sections}).