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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/elf/tests/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: Makefile.inc 2036 2008-02-09 04:06:47Z peter $
2
3 TESTS += modules/objfmts/elf/tests/elf_test.sh 1 TESTS += modules/objfmts/elf/tests/elf_test.sh
4 2
5 EXTRA_DIST += modules/objfmts/elf/tests/elf_test.sh 3 EXTRA_DIST += modules/objfmts/elf/tests/elf_test.sh
6 EXTRA_DIST += modules/objfmts/elf/tests/curpos.asm 4 EXTRA_DIST += modules/objfmts/elf/tests/curpos.asm
7 EXTRA_DIST += modules/objfmts/elf/tests/curpos.hex 5 EXTRA_DIST += modules/objfmts/elf/tests/curpos.hex
8 EXTRA_DIST += modules/objfmts/elf/tests/curpos-err.asm 6 EXTRA_DIST += modules/objfmts/elf/tests/curpos-err.asm
9 EXTRA_DIST += modules/objfmts/elf/tests/curpos-err.errwarn 7 EXTRA_DIST += modules/objfmts/elf/tests/curpos-err.errwarn
10 EXTRA_DIST += modules/objfmts/elf/tests/elf-overdef.asm 8 EXTRA_DIST += modules/objfmts/elf/tests/elf-overdef.asm
11 EXTRA_DIST += modules/objfmts/elf/tests/elf-overdef.hex 9 EXTRA_DIST += modules/objfmts/elf/tests/elf-overdef.hex
12 EXTRA_DIST += modules/objfmts/elf/tests/elf-x86id.asm 10 EXTRA_DIST += modules/objfmts/elf/tests/elf-x86id.asm
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 EXTRA_DIST += modules/objfmts/elf/tests/nasm-forceident.asm 46 EXTRA_DIST += modules/objfmts/elf/tests/nasm-forceident.asm
49 EXTRA_DIST += modules/objfmts/elf/tests/nasm-forceident.hex 47 EXTRA_DIST += modules/objfmts/elf/tests/nasm-forceident.hex
50 48
51 EXTRA_DIST += modules/objfmts/elf/tests/amd64/Makefile.inc 49 EXTRA_DIST += modules/objfmts/elf/tests/amd64/Makefile.inc
52 EXTRA_DIST += modules/objfmts/elf/tests/gas32/Makefile.inc 50 EXTRA_DIST += modules/objfmts/elf/tests/gas32/Makefile.inc
53 EXTRA_DIST += modules/objfmts/elf/tests/gas64/Makefile.inc 51 EXTRA_DIST += modules/objfmts/elf/tests/gas64/Makefile.inc
54 52
55 include modules/objfmts/elf/tests/amd64/Makefile.inc 53 include modules/objfmts/elf/tests/amd64/Makefile.inc
56 include modules/objfmts/elf/tests/gas32/Makefile.inc 54 include modules/objfmts/elf/tests/gas32/Makefile.inc
57 include modules/objfmts/elf/tests/gas64/Makefile.inc 55 include modules/objfmts/elf/tests/gas64/Makefile.inc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698