Move parsers/gas/tests/amd64 to arch/x86/tests/gas64, as the tests going

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=1240
0.5.0rc2
Peter Johnson 20 years ago
parent aa2571e22b
commit 267174e02b
  1. 4
      modules/arch/x86/tests/Makefile.inc
  2. 9
      modules/arch/x86/tests/gas64/Makefile.inc
  3. 4
      modules/arch/x86/tests/gas64/gas_amd64_test.sh
  4. 0
      modules/arch/x86/tests/gas64/riprel.asm
  5. 0
      modules/arch/x86/tests/gas64/riprel.errwarn
  6. 0
      modules/arch/x86/tests/gas64/riprel.hex
  7. 3
      modules/parsers/gas/tests/Makefile.inc
  8. 9
      modules/parsers/gas/tests/amd64/Makefile.inc
  9. 4
      modules/parsers/gas/tests/amd64/gas_amd64_test.sh

@ -156,3 +156,7 @@ EXTRA_DIST += modules/arch/x86/tests/x86label.hex
EXTRA_DIST += modules/arch/x86/tests/xmm64.asm
EXTRA_DIST += modules/arch/x86/tests/xmm64.errwarn
EXTRA_DIST += modules/arch/x86/tests/xmm64.hex
EXTRA_DIST += modules/arch/x86/tests/gas64/Makefile.inc
include modules/arch/x86/tests/gas64/Makefile.inc

@ -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 $?

@ -18,6 +18,3 @@ EXTRA_DIST += modules/parsers/gas/tests/reggroup.asm
EXTRA_DIST += modules/parsers/gas/tests/reggroup.errwarn
EXTRA_DIST += modules/parsers/gas/tests/reggroup.hex
EXTRA_DIST += modules/parsers/gas/tests/amd64/Makefile.inc
include modules/parsers/gas/tests/amd64/Makefile.inc

@ -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…
Cancel
Save