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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/bin/tests/multisect/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 2010 2007-11-14 08:33:32Z peter $
2
3 TESTS += modules/objfmts/bin/tests/multisect/bin_multi_test.sh 1 TESTS += modules/objfmts/bin/tests/multisect/bin_multi_test.sh
4 2
5 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin_multi_test.sh 3 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin_multi_test.sh
6 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.asm 4 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.asm
7 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.errwarn 5 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.errwarn
8 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.hex 6 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.hex
9 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.map 7 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.map
10 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.asm 8 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.asm
11 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.hex 9 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.hex
12 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.map 10 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.map
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.asm 42 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.asm
45 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.hex 43 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.hex
46 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.map 44 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.map
47 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm 45 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm
48 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn 46 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn
49 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm 47 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm
50 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn 48 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn
51 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm 49 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm
52 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn 50 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn
53 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698