aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/941014-1.x
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/execute/941014-1.x')
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/941014-1.x5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/941014-1.x b/gcc/testsuite/gcc.c-torture/execute/941014-1.x
index a52aaa7..bbe060e 100644
--- a/gcc/testsuite/gcc.c-torture/execute/941014-1.x
+++ b/gcc/testsuite/gcc.c-torture/execute/941014-1.x
@@ -1,12 +1,11 @@
# This doesn't always work for Thumb.
-if { [istarget arm*-*-*] || [istarget xscale*-*-*] \
- || [istarget strongarm*-*-*] } {
+if { [istarget arm*-*-*] } {
set torture_eval_before_execute {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"Thumb sets the last bit of function relocations" \
- { "arm*-*-*" "xscale*-*-*" "strongarm*-*-*" } \
+ { "arm*-*-*" } \
{ { "-mthumb" "-O0" } } \
{ "" }
}