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

Side by Side Diff: third_party/yasm/patched-yasm/modules/parsers/gas/tests/bin/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$ 1 # $Id$
2 2
3 TESTS += modules/parsers/gas/tests/bin/gas_bin_test.sh 3 TESTS += modules/parsers/gas/tests/bin/gas_bin_test.sh
4 4
5 EXTRA_DIST += modules/parsers/gas/tests/bin/gas_bin_test.sh 5 EXTRA_DIST += modules/parsers/gas/tests/bin/gas_bin_test.sh
6 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.asm 6 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.asm
7 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.errwarn 7 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.errwarn
8 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.hex 8 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.hex
9 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
9 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.asm 11 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.asm
10 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.hex 12 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.hex
13 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.asm
14 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.hex
11 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.asm 15 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.asm
12 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.hex 16 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.hex
13 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.asm 17 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.asm
14 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.errwarn 18 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.errwarn
15 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.asm 19 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.asm
16 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.hex 20 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.hex
17 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.asm 21 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.asm
18 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.hex 22 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.hex
19 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested-err.asm 23 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.asm
20 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested-err.errwarn 24 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.hex
21 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.asm 25 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.asm
22 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.hex 26 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.hex
23 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.asm 27 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.asm
24 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.errwarn 28 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.errwarn
25 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.hex 29 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.hex
26 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.asm 30 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.asm
27 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.hex 31 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.hex
28 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698