* gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
This commit is contained in:
parent
e4bbbda840
commit
41e0a9cab8
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user