2003-08-30 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Sat, 30 Aug 2003 04:58:21 +0000 (04:58 +0000)
committerMichael Chastain <mec@google.com>
Sat, 30 Aug 2003 04:58:21 +0000 (04:58 +0000)
* gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
* gdb.gdb/observer.exp: Ditto.
* gdb.gdb/xfullpath.exp: Ditto.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/selftest.exp
gdb/testsuite/gdb.gdb/observer.exp
gdb/testsuite/gdb.gdb/xfullpath.exp

index e7781230b51a53e8e6592d4abf1b1029b273ecd3..d372521cd34b421344f5e91597a346ad6d5481ab 100644 (file)
@@ -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
index 6fe601eda522a6b0939cde9a913104ae788db91e..9e1d4ddfb60c42fff4add61d7f58705590ffd65c 100644 (file)
@@ -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
index 390df8d61b0fc946ce67f9353978ae34f192b623..80ab29a05b5d24fb6ebf4bc635ee6a9e6926316a 100644 (file)
@@ -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
index e4a6e2a0419df9909934fb0b5d54d830b622a5b5..60449a343c5c8ec6a0c4247aa3cacfeb6e122021 100644 (file)
@@ -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
This page took 0.041262 seconds and 4 git commands to generate.