gdb: Use UNSUPPORTED not XFAIL for unsupported target features
[external/binutils.git] / gdb / testsuite / gdb.base / call-signal-resume.exp
index 5ae193b..a6b07cf 100644 (file)
@@ -36,8 +36,7 @@ if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
 # Some targets can't do function calls, so don't even bother with this
 # test.
 if [target_info exists gdb,cannot_call_functions] {
-    setup_xfail "*-*-*" 2416
-    fail "This target can not call functions"
+    unsupported "This target can not call functions"
     continue
 }