* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
support.
This commit is contained in:
parent
b31bc72481
commit
15f7b60ef1
@ -1,3 +1,8 @@
|
||||
2004-04-09 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
|
||||
support.
|
||||
|
||||
2004-04-05 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdb.base/sigaltstack.c: New file.
|
||||
|
@ -41,7 +41,9 @@ if ![isnative] then {
|
||||
# consumes too many resources - gigabytes worth of disk space and and
|
||||
# I/O bandwith.
|
||||
|
||||
if { [istarget "*-*-*bsd*"] || [istarget "*-*-hpux*"] } {
|
||||
if { [istarget "*-*-*bsd*"]
|
||||
|| [istarget "*-*-hpux*"]
|
||||
|| [istarget "*-*-solaris*"] } {
|
||||
untested "Kernel lacks sparse corefile support (PR gdb/1551)"
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user