aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mn10300/mn10300.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mn10300/mn10300.exp')
-rw-r--r--ld/testsuite/ld-mn10300/mn10300.exp16
1 files changed, 8 insertions, 8 deletions
diff --git a/ld/testsuite/ld-mn10300/mn10300.exp b/ld/testsuite/ld-mn10300/mn10300.exp
index 151dfcd..7a44954 100644
--- a/ld/testsuite/ld-mn10300/mn10300.exp
+++ b/ld/testsuite/ld-mn10300/mn10300.exp
@@ -139,23 +139,23 @@ proc i126256-test { } {
}
if { ![ld_compile "$CC -mrelax -fPIC" $srcdir/$subdir/i126256-1.c $tmpdir/i126256-1.o] } {
- unresolved $testname
- return
+ unsupported $testname
+ return
}
if { ![ld_compile "$CC -mrelax -fPIC" $srcdir/$subdir/i126256-2.c $tmpdir/i126256-2.o] } {
- unresolved $testname
- return
+ unsupported $testname
+ return
}
if { ![ld_link $ld $tmpdir/i126256-1.so "-shared $tmpdir/i126256-1.o -e 0"]} {
- unresolved $testname
- return
+ fail $testname
+ return
}
if { ![ld_link $ld $tmpdir/i126256-2.so "--relax -shared $tmpdir/i126256-2.o $tmpdir/i126256-1.so -e 0"]} {
- fail $testname
- return
+ fail $testname
+ return
}
pass $testname