aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2003-08-30 04:58:21 +0000
committerMichael Chastain <mec@google.com>2003-08-30 04:58:21 +0000
commit49f2741a0a5226ad0b32f75ff1f36e1b21040ca9 (patch)
tree13df848cc2d404573be3839b2e0d4fda5aebfe01
parentc890192f0346d5531958fa42b86e78c398092c4f (diff)
downloadfsf-binutils-gdb-49f2741a0a5226ad0b32f75ff1f36e1b21040ca9.zip
fsf-binutils-gdb-49f2741a0a5226ad0b32f75ff1f36e1b21040ca9.tar.gz
fsf-binutils-gdb-49f2741a0a5226ad0b32f75ff1f36e1b21040ca9.tar.bz2
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.
-rw-r--r--gdb/testsuite/ChangeLog6
-rw-r--r--gdb/testsuite/gdb.base/selftest.exp9
-rw-r--r--gdb/testsuite/gdb.gdb/observer.exp9
-rw-r--r--gdb/testsuite/gdb.gdb/xfullpath.exp11
4 files changed, 7 insertions, 28 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e778123..d372521 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2003-08-29 Mark Kettenis <kettenis@gnu.org>
* gdb.base/interrupt.exp: XFAIL "call function when asleep" for
diff --git a/gdb/testsuite/gdb.base/selftest.exp b/gdb/testsuite/gdb.base/selftest.exp
index 6fe601e..9e1d4dd 100644
--- a/gdb/testsuite/gdb.base/selftest.exp
+++ b/gdb/testsuite/gdb.base/selftest.exp
@@ -32,15 +32,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
-}
-
# Not all of the lines of code near the start of main are executed for
# every machine. Also, optimization may reorder some of the lines.
# So all we do is try to step or next over everything until we get
diff --git a/gdb/testsuite/gdb.gdb/observer.exp b/gdb/testsuite/gdb.gdb/observer.exp
index 390df8d..80ab29a 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 e4a6e2a..60449a3 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