summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2010-02-13 07:25:23 +0000
committerPeter Johnson <peter@tortall.net>2010-02-13 07:25:23 +0000
commit11a71a15f90c183064b93910b226bb7d2ee0f1ab (patch)
tree0be558374a5be1f92d87f4bdc35f56222c0d0ea9
parent74e776b0f62cc953f88a6bf94dbf63f62af8c419 (diff)
downloadyasm-11a71a15f90c183064b93910b226bb7d2ee0f1ab.tar.gz
Update yasm_parsers(7) now that GAS preprocessor support is fairly mature.
svn path=/trunk/yasm/; revision=2286
-rw-r--r--modules/parsers/yasm_parsers.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/parsers/yasm_parsers.xml b/modules/parsers/yasm_parsers.xml
index d29421de..d0756ac9 100644
--- a/modules/parsers/yasm_parsers.xml
+++ b/modules/parsers/yasm_parsers.xml
@@ -91,11 +91,11 @@
assembler for modern Unix systems, and is used as the backend for
the GCC compiler. Yasm's support for GAS syntax is moderately
good, although immature: not all directives are supported, and only
- 32-bit x86 and AMD64 architectures are supported. There is also no
- support for the GAS preprocessor. Despite these limitations,
- Yasm's GAS syntax support is good enough to handle essentially all
- x86 and AMD64 GCC compiler output. The GAS parser can be selected
- with <option>-p gas</option>.</para>
+ 32-bit x86 and AMD64 architectures are supported. Nearly all of
+ the GAS preprocessor is also supported. Yasm's GAS syntax support
+ is good enough to handle essentially all x86 and AMD64 GCC compiler
+ output. The GAS parser can be selected with <option>-p
+ gas</option>.</para>
</refsect1>
<refsect1>