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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/yasm_objfmts.xml

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> 3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4 4
5 <!-- $Id: yasm_objfmts.xml 1796 2007-02-24 23:33:27Z peter $ -->
6
7 <refentry id="yasm_objfmts"> 5 <refentry id="yasm_objfmts">
8 6
9 <refentryinfo> 7 <refentryinfo>
10 <title>Yasm Supported Object Formats</title> 8 <title>Yasm Supported Object Formats</title>
11 <date>February 2007</date> 9 <date>February 2007</date>
12 <productname>Yasm</productname> 10 <productname>Yasm</productname>
13 <author> 11 <author>
14 <firstname>Peter</firstname> 12 <firstname>Peter</firstname>
15 <surname>Johnson</surname> 13 <surname>Johnson</surname>
16 <affiliation> 14 <affiliation>
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 <refentrytitle>yasm</refentrytitle> 158 <refentrytitle>yasm</refentrytitle>
161 <manvolnum>1</manvolnum> 159 <manvolnum>1</manvolnum>
162 </citerefentry>, 160 </citerefentry>,
163 161
164 <citerefentry> 162 <citerefentry>
165 <refentrytitle>yasm_arch</refentrytitle> 163 <refentrytitle>yasm_arch</refentrytitle>
166 <manvolnum>7</manvolnum> 164 <manvolnum>7</manvolnum>
167 </citerefentry></para> 165 </citerefentry></para>
168 </refsect1> 166 </refsect1>
169 </refentry> 167 </refentry>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698