diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-08 16:53:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-08 16:53:30 +0000 |
commit | 2dcc60be2b8ae13b4fadfe9e2ac5fc7a8ee223f2 (patch) | |
tree | d0055f84a174efe6325fd5d03de44571b9d9a289 /gas/doc | |
parent | bd826630b1258af33355c6d6906ce42111b2f8fb (diff) | |
download | gdb-2dcc60be2b8ae13b4fadfe9e2ac5fc7a8ee223f2.zip gdb-2dcc60be2b8ae13b4fadfe9e2ac5fc7a8ee223f2.tar.gz gdb-2dcc60be2b8ae13b4fadfe9e2ac5fc7a8ee223f2.tar.bz2 |
* doc/as.texinfo (Section): Document 's' flag for COFF version.
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
* config/obj-coff.c (obj_coff_section): Handle 's' (shared)
section flag.
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 afe362a..2b12896 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -4291,6 +4291,8 @@ data section read-only section @item x executable section +@item s +shared section (meaningful for PE targets) @end table If no flags are specified, the default flags depend upon the section name. If |