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

Side by Side Diff: third_party/yasm/patched-yasm/modules/arch/yasm_arch.xml

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/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_arch.xml 1992 2007-09-21 21:16:33Z peter $ -->
6
7 <refentry id="yasm_arch"> 5 <refentry id="yasm_arch">
8 6
9 <refentryinfo> 7 <refentryinfo>
10 <title>Yasm Supported Architectures</title> 8 <title>Yasm Supported Architectures</title>
11 <date>October 2006</date> 9 <date>October 2006</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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 <para>When using the <quote>x86</quote> architecture, it is overly 387 <para>When using the <quote>x86</quote> architecture, it is overly
390 easy to generate AMD64 code (using the <userinput>BITS 388 easy to generate AMD64 code (using the <userinput>BITS
391 64</userinput> directive) and generate a 32-bit object file (by 389 64</userinput> directive) and generate a 32-bit object file (by
392 failing to specify <option>-m amd64</option> on the command line or 390 failing to specify <option>-m amd64</option> on the command line or
393 selecting a 64-bit object format). Similarly, specifying 391 selecting a 64-bit object format). Similarly, specifying
394 <option>-m amd64</option> does not default the BITS setting to 392 <option>-m amd64</option> does not default the BITS setting to
395 64. An easy way to avoid this is by directly specifying 393 64. An easy way to avoid this is by directly specifying
396 a 64-bit object format such as <option>-f elf64</option>.</para> 394 a 64-bit object format such as <option>-f elf64</option>.</para>
397 </refsect1> 395 </refsect1>
398 </refentry> 396 </refentry>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698