aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/loop-2f.x
blob: ad024dd493877ef5f98ef187302e96504912480b (plain)
1
2
3
4
5
6
7
8
9
10
11
load_lib target-supports.exp

if { ! [check_effective_target_mmap] } {
        return 1
}

if [istarget "m68k-*-linux*"] {
    # the executable is at the same position the test tries to remap
    return 1
}
return 0