aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/objc.dg/tls/tls.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/objc.dg/tls/tls.exp')
-rw-r--r--gcc-4.8.1/gcc/testsuite/objc.dg/tls/tls.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/objc.dg/tls/tls.exp b/gcc-4.8.1/gcc/testsuite/objc.dg/tls/tls.exp
deleted file mode 100644
index 5b30a70ff..000000000
--- a/gcc-4.8.1/gcc/testsuite/objc.dg/tls/tls.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-
-# Load support procs.
-load_lib objc-dg.exp
-
-# If a testcase doesn't have special options, use these.
-global DEFAULT_CFLAGS
-if ![info exists DEFAULT_CFLAGS] then {
- set DEFAULT_CFLAGS ""
-}
-
-# Initialize `dg'.
-dg-init
-
-# Gather a list of all tests.
-set tests [lsort [glob -nocomplain $srcdir/$subdir/*.m]]
-
-# Main loop.
-dg-runtest $tests "-fgnu-runtime" $DEFAULT_CFLAGS
-
-# darwin targets can also run code with the NeXT runtime.
-if [istarget "*-*-darwin*" ] {
- dg-runtest $tests "-fnext-runtime" $DEFAULT_CFLAGS
-}
-
-# All done.
-dg-finish