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