aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm/t09_xor.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.disasm/t09_xor.exp')
-rw-r--r--gdb/testsuite/gdb.disasm/t09_xor.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/t09_xor.exp b/gdb/testsuite/gdb.disasm/t09_xor.exp
index 4cbfbd3..013591d 100644
--- a/gdb/testsuite/gdb.disasm/t09_xor.exp
+++ b/gdb/testsuite/gdb.disasm/t09_xor.exp
@@ -31,12 +31,12 @@ set link-flags "-m h8300sxelf"
if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} then {
- untested t09_xor.exp
+ untested "failed to assemble"
return -1
}
if {[target_link $objfile $binfile "${link-flags}"] != ""} then {
- untested t09_xor.exp
+ untested "failed to link"
return -1
}