forked from Imagelibrary/binutils-gdb
* gdb.base/a1-selftest.exp: Don't run on hp300.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* gdb.base/a1-selftest.exp: Don't run on hp300.
|
||||||
|
|
||||||
Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (site.exp): Set host_alias and target_alias as well
|
* Makefile.in (site.exp): Set host_alias and target_alias as well
|
||||||
|
|||||||
@@ -31,6 +31,14 @@ if ![isnative] then {
|
|||||||
warning "These test cases can't run on a target system."
|
warning "These test cases can't run on a target system."
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
if [istarget "m68k*-*-hpux*"] then {
|
||||||
|
# The top-level makefile passes CFLAGS= (no -g) for hp300. This probably
|
||||||
|
# should be fixed (it is only needed for gcc bootstrapping, not gdb),
|
||||||
|
# but until then.....
|
||||||
|
setup_xfail "*-*-*"
|
||||||
|
fail "cannot test self if compiled without debug info"
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
proc test_with_self {} {
|
proc test_with_self {} {
|
||||||
global prompt
|
global prompt
|
||||||
|
|||||||
Reference in New Issue
Block a user