]> granicus.if.org Git - yasm/commitdiff
Update yasm_parsers(7) now that GAS preprocessor support is fairly mature.
authorPeter Johnson <peter@tortall.net>
Sat, 13 Feb 2010 07:25:23 +0000 (07:25 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 13 Feb 2010 07:25:23 +0000 (07:25 -0000)
svn path=/trunk/yasm/; revision=2286

modules/parsers/yasm_parsers.xml

index d29421deee9009a902f269dc12c1368bf8d768cb..d0756ac9887c72b0a39d194783ef1b19a4e0df29 100644 (file)
    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>