here are really entirely implemented in the x86 arch. After this commit, gas_amd64_test.sh needs to be renamed. svn path=/trunk/yasm/; revision=12400.5.0rc2
parent
aa2571e22b
commit
267174e02b
9 changed files with 17 additions and 16 deletions
@ -0,0 +1,9 @@ |
||||
# $Id$ |
||||
|
||||
TESTS += modules/arch/x86/tests/gas64/gas_amd64_test.sh |
||||
|
||||
EXTRA_DIST += modules/arch/x86/tests/gas64/gas_amd64_test.sh |
||||
EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.asm |
||||
EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.errwarn |
||||
EXTRA_DIST += modules/arch/x86/tests/gas64/riprel.hex |
||||
|
@ -0,0 +1,4 @@ |
||||
#! /bin/sh |
||||
# $Id$ |
||||
${srcdir}/out_test.sh x86_gas64_test modules/arch/x86/tests/gas64 "amd64 gas format" "-f elf -m amd64 -p gas" ".o" |
||||
exit $? |
@ -1,9 +0,0 @@ |
||||
# $Id$ |
||||
|
||||
TESTS += modules/parsers/gas/tests/amd64/gas_amd64_test.sh |
||||
|
||||
EXTRA_DIST += modules/parsers/gas/tests/amd64/gas_amd64_test.sh |
||||
EXTRA_DIST += modules/parsers/gas/tests/amd64/riprel.asm |
||||
EXTRA_DIST += modules/parsers/gas/tests/amd64/riprel.errwarn |
||||
EXTRA_DIST += modules/parsers/gas/tests/amd64/riprel.hex |
||||
|
@ -1,4 +0,0 @@ |
||||
#! /bin/sh |
||||
# $Id$ |
||||
${srcdir}/out_test.sh gas_amd64_test modules/parsers/gas/tests/amd64 "gas-compat parser" "-f elf -m amd64 -p gas" ".o" |
||||
exit $? |
Loading…
Reference in new issue