summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-15 19:03:02 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-15 19:03:02 +0000
commitdb20c86e06d2aecb786c5584a86151ef64bb836d (patch)
tree6d224706bf81b8a1aa1a792bdfa803e6a95a127f
parent29a1e32f048a4566a808fba0ea95e466290e09de (diff)
downloadppe42-gcc-db20c86e06d2aecb786c5584a86151ef64bb836d.tar.gz
ppe42-gcc-db20c86e06d2aecb786c5584a86151ef64bb836d.zip
* lib/gcc-dg.exp (dg-target-list): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90679 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/lib/gcc-dg.exp20
2 files changed, 4 insertions, 20 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9791be73777..b7135130b85 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-15 Janis Johnson <janis187@us.ibm.com>
+
+ * lib/gcc-dg.exp (dg-target-list): Remove.
+
2004-11-15 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/ia64-postinc.c: New test.
diff --git a/gcc/testsuite/lib/gcc-dg.exp b/gcc/testsuite/lib/gcc-dg.exp
index 83c0a5b8b3a..feb1461b5f2 100644
--- a/gcc/testsuite/lib/gcc-dg.exp
+++ b/gcc/testsuite/lib/gcc-dg.exp
@@ -506,26 +506,6 @@ proc dg-xfail-if { args } {
}
}
-# Given an optional keyword "target" or "xfail" and the result of a
-# condition which has been evaluated by the framework, return a list
-# containing the keyword and "*-*-*" if the condition is true or
-# "empty-empty-empty" if the condition is false.
-
-proc dg-target-list { what cond } {
- switch $what {
- "target" { set result [list $what] }
- "xfail" { set result [list $what] }
- "" { set result [list] }
- default { error "`$what' not allowed here" }
- }
- if { $cond } {
- lappend result "*-*-*"
- } else {
- lappend result "empty-empty-empty"
- }
- return $result
-}
-
# We need to make sure that additional_* are cleared out after every
# test. It is not enough to clear them out *before* the next test run
# because gcc-target-compile gets run directly from some .exp files
OpenPOWER on IntegriCloud