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

Side by Side Diff: third_party/yasm/patched-yasm/modules/arch/x86/tests/gas64/Makefile.inc

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # $Id: Makefile.inc 1776 2007-02-19 02:36:10Z peter $ 1 # $Id: Makefile.inc 2238 2009-11-30 03:43:10Z peter $
2 2
3 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh 3 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh
4 4
5 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh 5 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh
6 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm 6 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm
7 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex 7 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex
8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm 8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm
9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex 9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex
10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm 10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm
11 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex 11 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex
12 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm 12 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm
13 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.hex 13 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.hex
14 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-loop64.asm
15 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-loop64.hex
14 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.asm 16 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.asm
15 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.hex 17 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.hex
16 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.asm 18 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.asm
17 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.hex 19 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.hex
18 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.asm 20 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.asm
19 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.hex 21 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.hex
20 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.asm 22 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.asm
21 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.hex 23 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.hex
22 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.asm 24 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.asm
23 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.hex 25 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.hex
24 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.asm 26 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.asm
25 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.errwarn 27 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.errwarn
26 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex 28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex
27 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm 29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm
28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex 30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex
29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm 31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm
30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex 32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex
31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm 33 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm
32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex 34 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex
33 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm 35 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm
34 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex 36 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex
35 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698