| OLD | NEW |
| 1 # $Id: Makefile.inc 2206 2009-07-21 06:48:42Z peter $ | |
| 2 | |
| 3 TESTS += modules/objfmts/elf/tests/gas32/elf_gas32_test.sh | 1 TESTS += modules/objfmts/elf/tests/gas32/elf_gas32_test.sh |
| 4 | 2 |
| 5 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_test.sh | 3 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_test.sh |
| 6 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_ssym.asm | 4 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_ssym.asm |
| 7 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_ssym.hex | 5 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_ssym.hex |
| 8 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_got.asm | 6 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_got.asm |
| 9 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_got.hex | 7 EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_got.hex |
| OLD | NEW |