aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2008-06-03 21:20:17 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2008-06-03 21:20:17 +0000
commitfa03aea6343f08968f803c8aa43cbf6e2827f92a (patch)
treebb5eb74d565f2325ba8c04b245b5ed9bae5b4e40
parent735ad42712ca3756d480539bc5a9a4f9ed127702 (diff)
2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/x86_64/abi/abi-x86_64.exp: Replace asm-support.s with asm-support.S. * gcc.target/x86_64/abi/asm-support.s: Moved to ... * gcc.target/x86_64/abi/asm-support.S: This. * gcc.target/x86_64/abi/asm-support.S: Add ".sse_check none" if __AVX__ is defined. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ix86/avx@136335 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog.avx11
-rw-r--r--gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp2
-rw-r--r--gcc/testsuite/gcc.target/x86_64/abi/asm-support.S (renamed from gcc/testsuite/gcc.target/x86_64/abi/asm-support.s)3
3 files changed, 15 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog.avx b/gcc/testsuite/ChangeLog.avx
index 62d51c09476..e242da9f14c 100644
--- a/gcc/testsuite/ChangeLog.avx
+++ b/gcc/testsuite/ChangeLog.avx
@@ -1,3 +1,14 @@
+2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gcc.target/x86_64/abi/abi-x86_64.exp: Replace asm-support.s
+ with asm-support.S.
+
+ * gcc.target/x86_64/abi/asm-support.s: Moved to ...
+ * gcc.target/x86_64/abi/asm-support.S: This.
+
+ * gcc.target/x86_64/abi/asm-support.S: Add ".sse_check none"
+ if __AVX__ is defined.
+
2008-05-17 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/avx-2.c: Add more tests for gmmintrin.h.
diff --git a/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp b/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
index 4f9fd46441f..61dc3e4586b 100644
--- a/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
+++ b/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
@@ -39,7 +39,7 @@ foreach src [lsort [find $srcdir/$subdir test_*.c]] {
$additional_flags
} else {
c-torture-execute [list $src \
- $srcdir/$subdir/asm-support.s] \
+ $srcdir/$subdir/asm-support.S] \
$additional_flags
}
}
diff --git a/gcc/testsuite/gcc.target/x86_64/abi/asm-support.s b/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S
index 00a08c020fd..61b66e1490a 100644
--- a/gcc/testsuite/gcc.target/x86_64/abi/asm-support.s
+++ b/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S
@@ -1,4 +1,7 @@
.file "snapshot.S"
+#ifdef __AVX__
+ .sse_check none
+#endif
.text
.p2align 4,,15
.globl snapshot