| OLD | NEW |
| 1 # $Id: Makefile.inc 2010 2007-11-14 08:33:32Z peter $ | |
| 2 | |
| 3 TESTS += modules/objfmts/bin/tests/multisect/bin_multi_test.sh | 1 TESTS += modules/objfmts/bin/tests/multisect/bin_multi_test.sh |
| 4 | 2 |
| 5 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin_multi_test.sh | 3 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin_multi_test.sh |
| 6 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.asm | 4 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.asm |
| 7 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.errwarn | 5 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.errwarn |
| 8 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.hex | 6 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.hex |
| 9 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.map | 7 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.map |
| 10 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.asm | 8 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.asm |
| 11 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.hex | 9 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.hex |
| 12 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.map | 10 EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.map |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.asm | 42 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.asm |
| 45 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.hex | 43 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.hex |
| 46 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.map | 44 EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.map |
| 47 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm | 45 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm |
| 48 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn | 46 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn |
| 49 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm | 47 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm |
| 50 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn | 48 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn |
| 51 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm | 49 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm |
| 52 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn | 50 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn |
| 53 | 51 |
| OLD | NEW |