diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-23 10:45:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-23 10:45:14 +0000 |
commit | 6ff96af674ed8b5872e90def470405f90f8b4aac (patch) | |
tree | 9dfe5781c9da974964a88c0673b1265f696ffd53 /gas/doc | |
parent | 69108c1f4363c8e7e4088d618da6837d4b5d1e00 (diff) | |
download | gdb-6ff96af674ed8b5872e90def470405f90f8b4aac.zip gdb-6ff96af674ed8b5872e90def470405f90f8b4aac.tar.gz gdb-6ff96af674ed8b5872e90def470405f90f8b4aac.tar.bz2 |
Silently ignore an 'a' flag in a COFF .section directive.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 2a1d05e..7bd85d7 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -4978,6 +4978,8 @@ read-only section executable section @item s shared section (meaningful for PE targets) +@item a +ignored. (For compatibility with the ELF version) @end table If no flags are specified, the default flags depend upon the section name. If |