aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/binutils.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/binutils.exp')
-rw-r--r--ld/testsuite/ld-elf/binutils.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/testsuite/ld-elf/binutils.exp b/ld/testsuite/ld-elf/binutils.exp
index 8784e10..426f329 100644
--- a/ld/testsuite/ld-elf/binutils.exp
+++ b/ld/testsuite/ld-elf/binutils.exp
@@ -53,17 +53,17 @@ proc binutils_test { prog_name ld_options test {test_name ""} {readelf_options "
}
if { ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o ] } {
- unresolved "$test_name"
+ unsupported "$test_name"
return
}
if { ![ld_link $ld tmpdir/$test "$ld_options -z stack-size=0 tmpdir/$test.o"] } {
if { [string match "*not supported*" $link_output]
|| [string match "*unrecognized option*" $link_output]
- || [string match "*-z relro ignored*" $link_output] } {
+ || [string match "*-z * ignored*" $link_output] } {
unsupported "$ld_options is not supported by this target"
} else {
- unresolved "$test_name"
+ fail "$test_name"
}
return
}
@@ -72,7 +72,7 @@ proc binutils_test { prog_name ld_options test {test_name ""} {readelf_options "
set got [remote_exec host "$READELF $readelf_options --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
send_log "$got\n"
- unresolved "$test_name"
+ fail "$test_name"
return
}
@@ -134,7 +134,7 @@ proc binutils_test { prog_name ld_options test {test_name ""} {readelf_options "
set got [remote_exec host "$READELF $readelf_options --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
send_log "$got\n"
- unresolved "$test_name"
+ fail "$test_name"
return
}