| Index: third_party/yasm/patched-yasm/modules/arch/x86/tests/gas32/Makefile.inc
|
| ===================================================================
|
| --- third_party/yasm/patched-yasm/modules/arch/x86/tests/gas32/Makefile.inc (revision 71129)
|
| +++ third_party/yasm/patched-yasm/modules/arch/x86/tests/gas32/Makefile.inc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# $Id: Makefile.inc 2193 2009-04-04 23:03:41Z peter $
|
| +# $Id: Makefile.inc 2239 2009-12-01 03:33:03Z peter $
|
|
|
| TESTS += modules/arch/x86/tests/gas32/x86_gas32_test.sh
|
|
|
| @@ -7,8 +7,14 @@
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/align32.hex
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farithr.asm
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farithr.hex
|
| +EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farjump.asm
|
| +EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farjump.hex
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/gas-fpmem.asm
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/gas-fpmem.hex
|
| +EXTRA_DIST += modules/arch/x86/tests/gas32/gas-invlpg.asm
|
| +EXTRA_DIST += modules/arch/x86/tests/gas32/gas-invlpg.hex
|
| +EXTRA_DIST += modules/arch/x86/tests/gas32/gas-loop32.asm
|
| +EXTRA_DIST += modules/arch/x86/tests/gas32/gas-loop32.hex
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/gas-movdq32.asm
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/gas-movdq32.hex
|
| EXTRA_DIST += modules/arch/x86/tests/gas32/gas-movsd.asm
|
|
|