OLD | NEW |
1 # $Id: Makefile.inc 1776 2007-02-19 02:36:10Z peter $ | 1 # $Id: Makefile.inc 2238 2009-11-30 03:43:10Z peter $ |
2 | 2 |
3 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh | 3 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh |
4 | 4 |
5 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh | 5 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh |
6 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm | 6 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm |
7 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex | 7 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex |
8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm | 8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm |
9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex | 9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex |
10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm | 10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm |
11 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex | 11 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex |
12 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm | 12 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm |
13 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.hex | 13 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.hex |
| 14 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-loop64.asm |
| 15 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-loop64.hex |
14 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.asm | 16 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.asm |
15 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.hex | 17 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-moreinsn.hex |
16 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.asm | 18 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.asm |
17 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.hex | 19 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movabs.hex |
18 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.asm | 20 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.asm |
19 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.hex | 21 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movdq64.hex |
20 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.asm | 22 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.asm |
21 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.hex | 23 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-movsxs.hex |
22 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.asm | 24 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.asm |
23 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.hex | 25 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-muldiv.hex |
24 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.asm | 26 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.asm |
25 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.errwarn | 27 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.errwarn |
26 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex | 28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex |
27 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm | 29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm |
28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex | 30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex |
29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm | 31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm |
30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex | 32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex |
31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm | 33 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm |
32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex | 34 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex |
33 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm | 35 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm |
34 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex | 36 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex |
35 | 37 |
OLD | NEW |