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

Side by Side Diff: third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/Makefile.inc

Issue 11369048: Update Yasm to 1.2.0 (Yasm Part 2/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$
2
3 TESTS += modules/parsers/gas/tests/bin/gas_bin_test.sh 1 TESTS += modules/parsers/gas/tests/bin/gas_bin_test.sh
4 2
5 EXTRA_DIST += modules/parsers/gas/tests/bin/gas_bin_test.sh 3 EXTRA_DIST += modules/parsers/gas/tests/bin/gas_bin_test.sh
6 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.asm 4 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.asm
7 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.errwarn 5 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.errwarn
8 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.hex 6 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.hex
9 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm 7 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm
10 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.hex 8 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.hex
11 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.asm 9 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.asm
12 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.hex 10 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.hex
13 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.asm 11 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.asm
14 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.hex 12 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.hex
15 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.asm 13 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.asm
16 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.hex 14 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.hex
15 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-str.asm
16 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-str.hex
17 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.asm 17 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.asm
18 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.errwarn 18 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.errwarn
19 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.asm 19 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.asm
20 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.hex 20 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.hex
21 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.asm 21 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.asm
22 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.hex 22 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.hex
23 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.asm 23 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.asm
24 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.hex 24 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.hex
25 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.asm 25 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.asm
26 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.hex 26 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.hex
27 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.asm 27 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.asm
28 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.errwarn 28 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.errwarn
29 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.hex 29 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.hex
30 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.asm 30 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.asm
31 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.hex 31 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.hex
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698