2004-02-27 Andrew Cagney <cagney@redhat.com>

* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
	support.
This commit is contained in:
Andrew Cagney 2004-02-27 16:48:03 +00:00
parent 1797a8f623
commit b9d2313780
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-27 Andrew Cagney <cagney@redhat.com>
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
support.
2004-02-26 Fred Fish <fnf@redhat.com>
* gdb.arch/gdb1431.c: Remove.

View File

@ -41,7 +41,7 @@ if ![isnative] then {
# consumes too many resources - gigabytes worth of disk space and and
# I/O bandwith.
if { [istarget "*-*-*bsd*"] } {
if { [istarget "*-*-*bsd*"] || [istarget "*-*-hpux*"] } {
untested "Kernel lacks sparse corefile support (PR gdb/1551)"
return
}