* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
if not native, it is not an abnormal condition.
This commit is contained in:
parent
f5de490455
commit
0794ff457b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
|
||||
|
||||
* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
|
||||
if not native, it is not an abnormal condition.
|
||||
|
||||
Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* lib/gdb.exp: Just use "file exists", rather than undocumented
|
||||
|
|
|
@ -28,7 +28,6 @@ set bug_id 0
|
|||
|
||||
# are we on a target board
|
||||
if ![isnative] then {
|
||||
warning "These test cases can't run on a target system."
|
||||
continue
|
||||
}
|
||||
if [istarget "m68k*-*-hpux*"] then {
|
||||
|
|
Loading…
Reference in a new issue