diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2009-05-17 20:09:02 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2009-05-17 20:09:02 +0000 |
commit | 63ad59ae8b52a98f5101458099e32ee3400a3888 (patch) | |
tree | 280ffba627264f810f09dc353ad29cbc60cfd5d1 /gas/doc | |
parent | 60a7d074bf3dcc50d5950389cd7bd9843e3e8a0e (diff) | |
download | gdb-63ad59ae8b52a98f5101458099e32ee3400a3888.zip gdb-63ad59ae8b52a98f5101458099e32ee3400a3888.tar.gz gdb-63ad59ae8b52a98f5101458099e32ee3400a3888.tar.bz2 |
2009-05-17 Kai Tietz <kai.tietz@onevision.com>
* config/obj-coff.c (obj_coff_section): Add 'y' as
specifier for SEC_COFF_NOREAD section flag.
* doc/as.texinfo: Add documentation about .section flag 'y'.
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 0968a29..9871fe2 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5726,6 +5726,8 @@ executable section shared section (meaningful for PE targets) @item a ignored. (For compatibility with the ELF version) +@item y +section is not readable (meaningful for PE targets) @end table If no flags are specified, the default flags depend upon the section name. If |