summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/lib/gdb.exp
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-12-16 19:33:54 +0000
committerAndrew Cagney <cagney@redhat.com>2002-12-16 19:33:54 +0000
commitb304d1300549d9bc27017556f561766fc2ca9156 (patch)
treeec7f74c5887da8d2aa28087ce515852acdda858f /gdb/testsuite/lib/gdb.exp
parent939ba9d0fcf7265d9c8920f8dcfda5263268b034 (diff)
downloadppe42-binutils-b304d1300549d9bc27017556f561766fc2ca9156.tar.gz
ppe42-binutils-b304d1300549d9bc27017556f561766fc2ca9156.zip
Remove obsolete testsuite code.
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r--gdb/testsuite/lib/gdb.exp31
1 files changed, 0 insertions, 31 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index aae73657a5..a3392219bb 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -27,17 +27,6 @@
load_lib libgloss.exp
global GDB
-# OBSOLETE global CHILL_LIB
-# OBSOLETE global CHILL_RT0
-
-# OBSOLETE if ![info exists CHILL_LIB] {
-# OBSOLETE set CHILL_LIB [findfile $base_dir/../../gcc/ch/runtime/libchill.a "$base_dir/../../gcc/ch/runtime/libchill.a" [transform -lchill]]
-# OBSOLETE }
-# OBSOLETE verbose "using CHILL_LIB = $CHILL_LIB" 2
-# OBSOLETE if ![info exists CHILL_RT0] {
-# OBSOLETE set CHILL_RT0 [findfile $base_dir/../../gcc/ch/runtime/chillrt0.o "$base_dir/../../gcc/ch/runtime/chillrt0.o" ""]
-# OBSOLETE }
-# OBSOLETE verbose "using CHILL_RT0 = $CHILL_RT0" 2
if [info exists TOOL_EXECUTABLE] {
set GDB $TOOL_EXECUTABLE;
@@ -920,26 +909,6 @@ proc skip_cplus_tests {} {
return 0
}
-# OBSOLETE # * For crosses, the CHILL runtime doesn't build because it
-# OBSOLETE # can't find setjmp.h, stdio.h, etc.
-# OBSOLETE # * For AIX (as of 16 Mar 95), (a) there is no language code for
-# OBSOLETE # CHILL in output_epilog in gcc/config/rs6000/rs6000.c, (b) collect2
-# OBSOLETE # does not get along with AIX's too-clever linker.
-# OBSOLETE # * On Irix5, there is a bug whereby set of bool, etc., don't get
-# OBSOLETE # TYPE_LOW_BOUND for the bool right because force_to_range_type doesn't
-# OBSOLETE # work with stub types.
-# OBSOLETE # Lots of things seem to fail on the PA, and since it's not a supported
-# OBSOLETE # chill target at the moment, don't run the chill tests.
-
-# OBSOLETE proc skip_chill_tests {} {
-# OBSOLETE if ![info exists do_chill_tests] {
-# OBSOLETE return 1;
-# OBSOLETE }
-# OBSOLETE eval set skip_chill [expr ![isnative] || [istarget "*-*-aix*"] || [istarget "*-*-irix5*"] || [istarget "*-*-irix6*"] || [istarget "alpha-*-osf*"] || [istarget "hppa*-*-*"]]
-# OBSOLETE verbose "Skip chill tests is $skip_chill"
-# OBSOLETE return $skip_chill
-# OBSOLETE }
-
# Skip all the tests in the file if you are not on an hppa running
# hpux target.
OpenPOWER on IntegriCloud