* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 19 Feb 1995 21:12:56 +0000 (21:12 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 19 Feb 1995 21:12:56 +0000 (21:12 +0000)
if not native, it is not an abnormal condition.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a1-selftest.exp

index 753695bf9404d5ee81ae44b28bcfccc03c739100..a98c17242cf87c356d56b4fcec9e7861837c7e97 100644 (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
index 4cd33694fa8b0eca6842444e8bd829a84e60e468..cf4ccdd72df1e45108d68bcc7acac1f89b20415d 100644 (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 {