* gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
authorMark Kettenis <kettenis@gnu.org>
Sat, 21 Feb 2004 18:43:58 +0000 (18:43 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 21 Feb 2004 18:43:58 +0000 (18:43 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.exp

index 0a6d117ca1a8e408114940c61061addc0b74d555..3e59787c00fdc510907a462e50dc42a4093eaa4e 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
+
 2004-02-19  Fred Fish  <fnf@redhat.com>
 
        New testcase for PR breakpoint/1558.
index 29092bdf10fb449994d92ec54f34f4fd35499337..aa831a87e2bdbc4c126b3d4e885d25159d59e4c8 100644 (file)
@@ -41,7 +41,7 @@ if ![isnative] then {
 # consumes too many resources - gigabytes worth of disk space and and
 # I/O bandwith.
 
-if { [istarget "*-*-netbsd*"] } {
+if { [istarget "*-*-*bsd*"] } {
     untested "Kernel lacks sparse corefile support (PR gdb/1551)"
     return
 }