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     }
14 }
15 
16 return 0
17