summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-tic6x/tic6x.exp
blob: 3108a09ec2c0ce61458ba1e5f07061cb941cdf8c (plain)
1
2
3
4
5
6
7
if { [istarget tic6x-*-*] } {
    foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
	if { [runtest_file_p $runtests $test] } {
	    run_dump_test [file rootname $test]
	}
    }
}