OLD | NEW |
1 # $Id$ | 1 # $Id$ |
2 | 2 |
3 TESTS += modules/parsers/gas/tests/bin/gas_bin_test.sh | 3 TESTS += modules/parsers/gas/tests/bin/gas_bin_test.sh |
4 | 4 |
5 EXTRA_DIST += modules/parsers/gas/tests/bin/gas_bin_test.sh | 5 EXTRA_DIST += modules/parsers/gas/tests/bin/gas_bin_test.sh |
6 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.asm | 6 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.asm |
7 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.errwarn | 7 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.errwarn |
8 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.hex | 8 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-comment.hex |
| 9 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm |
| 10 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.hex |
9 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.asm | 11 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.asm |
10 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.hex | 12 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-llabel.hex |
| 13 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.asm |
| 14 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-macro.hex |
11 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.asm | 15 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.asm |
12 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.hex | 16 EXTRA_DIST += modules/parsers/gas/tests/bin/gas-set.hex |
13 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.asm | 17 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.asm |
14 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.errwarn | 18 EXTRA_DIST += modules/parsers/gas/tests/bin/rept-err.errwarn |
15 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.asm | 19 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.asm |
16 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.hex | 20 EXTRA_DIST += modules/parsers/gas/tests/bin/reptempty.hex |
17 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.asm | 21 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.asm |
18 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.hex | 22 EXTRA_DIST += modules/parsers/gas/tests/bin/reptlong.hex |
19 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested-err.asm | 23 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.asm |
20 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested-err.errwarn | 24 EXTRA_DIST += modules/parsers/gas/tests/bin/reptnested.hex |
21 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.asm | 25 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.asm |
22 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.hex | 26 EXTRA_DIST += modules/parsers/gas/tests/bin/reptsimple.hex |
23 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.asm | 27 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.asm |
24 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.errwarn | 28 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.errwarn |
25 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.hex | 29 EXTRA_DIST += modules/parsers/gas/tests/bin/reptwarn.hex |
26 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.asm | 30 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.asm |
27 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.hex | 31 EXTRA_DIST += modules/parsers/gas/tests/bin/reptzero.hex |
28 | 32 |
OLD | NEW |