+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.
# 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
}