]> granicus.if.org Git - yasm/commitdiff
Move parsers/gas/tests/amd64 to arch/x86/tests/gas64, as the tests going
authorPeter Johnson <peter@tortall.net>
Sun, 25 Sep 2005 20:19:05 +0000 (20:19 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 25 Sep 2005 20:19:05 +0000 (20:19 -0000)
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

modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/gas64/Makefile.inc [new file with mode: 0644]
modules/arch/x86/tests/gas64/gas_amd64_test.sh [new file with mode: 0755]
modules/arch/x86/tests/gas64/riprel.asm [moved from modules/parsers/gas/tests/amd64/riprel.asm with 100% similarity]
modules/arch/x86/tests/gas64/riprel.errwarn [moved from modules/parsers/gas/tests/amd64/riprel.errwarn with 100% similarity]
modules/arch/x86/tests/gas64/riprel.hex [moved from modules/parsers/gas/tests/amd64/riprel.hex with 100% similarity]
modules/parsers/gas/tests/Makefile.inc
modules/parsers/gas/tests/amd64/Makefile.inc [deleted file]
modules/parsers/gas/tests/amd64/gas_amd64_test.sh [deleted file]

index a288daaa895c4b9f741c8b62361c6806298b26d7..c1c6601e17c563cd780bddc3d888c71aaf295031 100644 (file)
@@ -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
diff --git a/modules/arch/x86/tests/gas64/Makefile.inc b/modules/arch/x86/tests/gas64/Makefile.inc
new file mode 100644 (file)
index 0000000..44f4c72
--- /dev/null
@@ -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
+
diff --git a/modules/arch/x86/tests/gas64/gas_amd64_test.sh b/modules/arch/x86/tests/gas64/gas_amd64_test.sh
new file mode 100755 (executable)
index 0000000..3379775
--- /dev/null
@@ -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 $?
index dbe3323c73c5605a38a8604c69994ab0c07f6722..72e6f3255dd4bff687808c0b4daa04fec7758a11 100644 (file)
@@ -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
diff --git a/modules/parsers/gas/tests/amd64/Makefile.inc b/modules/parsers/gas/tests/amd64/Makefile.inc
deleted file mode 100644 (file)
index c935760..0000000
+++ /dev/null
@@ -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
-
diff --git a/modules/parsers/gas/tests/amd64/gas_amd64_test.sh b/modules/parsers/gas/tests/amd64/gas_amd64_test.sh
deleted file mode 100755 (executable)
index 3e2226a..0000000
+++ /dev/null
@@ -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 $?