* 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:
Jim Kingdon 1995-02-19 21:12:56 +00:00
parent f5de490455
commit 0794ff457b
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 {