summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdb
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2003-08-30 04:58:21 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2003-08-30 04:58:21 +0000
commitf4ddce5f1517f82f298cadadff2fc79a6647865d (patch)
treef6c04d3dccb32c28bf5c9f40b61b1e87ab0baa13 /gdb/testsuite/gdb.gdb
parent4996cef8f1fda177bb002f8fc39b8c93dba625dc (diff)
downloadgdb-f4ddce5f1517f82f298cadadff2fc79a6647865d.tar.gz
2003-08-30 Michael Chastain <mec@shout.net>
* gdb.base/selftest.exp: Remove support for m68k*-*-hpux. * gdb.gdb/observer.exp: Ditto. * gdb.gdb/xfullpath.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.gdb')
-rw-r--r--gdb/testsuite/gdb.gdb/observer.exp9
-rw-r--r--gdb/testsuite/gdb.gdb/xfullpath.exp11
2 files changed, 1 insertions, 19 deletions
diff --git a/gdb/testsuite/gdb.gdb/observer.exp b/gdb/testsuite/gdb.gdb/observer.exp
index 390df8d61b0..80ab29a05b5 100644
--- a/gdb/testsuite/gdb.gdb/observer.exp
+++ b/gdb/testsuite/gdb.gdb/observer.exp
@@ -33,15 +33,6 @@ if [is_remote target] {
return
}
-if [istarget "m68k*-*-hpux*"] then {
- # The top-level makefile passes CFLAGS= (no -g) for hp300. This probably
- # should be fixed (it is only needed for gcc bootstrapping, not gdb),
- # but until then.....
- setup_xfail "*-*-*"
- fail "cannot test self if compiled without debug info"
- return -1
-}
-
proc setup_test { executable } {
global gdb_prompt
global timeout
diff --git a/gdb/testsuite/gdb.gdb/xfullpath.exp b/gdb/testsuite/gdb.gdb/xfullpath.exp
index e4a6e2a0419..60449a343c5 100644
--- a/gdb/testsuite/gdb.gdb/xfullpath.exp
+++ b/gdb/testsuite/gdb.gdb/xfullpath.exp
@@ -1,4 +1,4 @@
-# Copyright 2002
+# Copyright 2002, 2003
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@@ -33,15 +33,6 @@ if [is_remote target] {
return
}
-if [istarget "m68k*-*-hpux*"] then {
- # The top-level makefile passes CFLAGS= (no -g) for hp300. This probably
- # should be fixed (it is only needed for gcc bootstrapping, not gdb),
- # but until then.....
- setup_xfail "*-*-*"
- fail "cannot test self if compiled without debug info"
- return -1
-}
-
proc setup_test { executable } {
global gdb_prompt
global timeout