1 load_lib target-supports.exp
2 
3 if { [check_effective_target_int16] } {
4 	return 1
5 }
6 
7 # m32c pointers can be 24 bits in a 32 bit variable, so the test
8 # patterns may get truncated.
9 if { [istarget "m32c-*-*"] } {
10 	return 1
11 }
12 
13 
14 return 0
15 
16