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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/macho/tests/nasm32/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: Makefile.inc 1854 2007-05-31 06:16:49Z peter $ 1 # $Id: Makefile.inc 2345 2010-08-01 01:27:40Z peter $
2 2
3 TESTS += modules/objfmts/macho/tests/nasm32/macho32_test.sh 3 TESTS += modules/objfmts/macho/tests/nasm32/macho32_test.sh
4 4
5 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32_test.sh 5 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32_test.sh
6 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.c 6 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.c
7 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.asm 7 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.asm
8 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.hex 8 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.hex
9 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho-reloc.asm 9 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho-reloc.asm
10 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho-reloc.hex 10 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho-reloc.hex
11 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-pic.asm
12 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-pic.hex
11 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-sect.asm 13 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-sect.asm
12 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-sect.errwarn 14 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-sect.errwarn
13 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-sect.hex 15 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-sect.hex
16 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-size.asm
17 EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32-size.hex
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698