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

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

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 # $Id: Makefile.inc 2238 2009-11-30 03:43:10Z peter $
2
3 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh 1 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh
4 2
5 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh 3 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh
6 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm 4 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm
7 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex 5 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex
8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm 6 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm
9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex 7 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex
10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm 8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm
11 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex 9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex
12 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm 10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm
(...skipping 15 matching lines...) Expand all
28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex 26 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex
29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm 27 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm
30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex 28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex
31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm 29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm
32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex 30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex
33 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm 31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm
34 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex 32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex
35 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm 33 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm
36 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex 34 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex
37 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698