Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: third_party/yasm/patched-yasm/modules/parsers/yasm_parsers.xml

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/yasm/patched-yasm/modules/parsers/yasm_parsers.xml
===================================================================
--- third_party/yasm/patched-yasm/modules/parsers/yasm_parsers.xml (revision 71129)
+++ third_party/yasm/patched-yasm/modules/parsers/yasm_parsers.xml (working copy)
@@ -2,7 +2,7 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<!-- $Id: yasm_parsers.xml 1662 2006-10-21 18:52:29Z peter $ -->
+<!-- $Id: yasm_parsers.xml 2286 2010-02-13 07:25:23Z peter $ -->
<refentry id="yasm_parsers">
@@ -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>

Powered by Google App Engine
This is Rietveld 408576698