2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 941014-1.x
bloba52aaa79394b312dbd942652a25e4b9a4ab6a97f
1 # This doesn't always work for Thumb.
2  
3 if { [istarget arm*-*-*] || [istarget xscale*-*-*] \
4      || [istarget strongarm*-*-*] } {
5     set torture_eval_before_execute {
6         global compiler_conditional_xfail_data
7         set compiler_conditional_xfail_data {
8             "Thumb sets the last bit of function relocations" \
9                     { "arm*-*-*" "xscale*-*-*" "strongarm*-*-*" } \
10                     { { "-mthumb" "-O0" } } \
11                     { "" }
12         }
13     }
16 return 0