| OLD | NEW |
| 1 # $Id: Makefile.inc 2238 2009-11-30 03:43:10Z peter $ | |
| 2 | |
| 3 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh | 1 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh |
| 4 | 2 |
| 5 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh | 3 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh |
| 6 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm | 4 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm |
| 7 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex | 5 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex |
| 8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm | 6 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm |
| 9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex | 7 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex |
| 10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm | 8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm |
| 11 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex | 9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex |
| 12 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm | 10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm |
| (...skipping 15 matching lines...) Expand all Loading... |
| 28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex | 26 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-prefix.hex |
| 29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm | 27 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.asm |
| 30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex | 28 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-retenter.hex |
| 31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm | 29 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.asm |
| 32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex | 30 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-shift.hex |
| 33 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm | 31 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.asm |
| 34 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex | 32 EXTRA_DIST += modules/arch/x86/tests/gas64/gas64-jmpcall.hex |
| 35 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm | 33 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm |
| 36 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex | 34 EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex |
| 37 | 35 |
| OLD | NEW |