aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/sh64
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-05-12 03:08:09 +0000
committerBen Elliston <bje@au.ibm.com>2004-05-12 03:08:09 +0000
commitb24f926d5bbe0644c5396f5e2c5c4db1b56c99fb (patch)
tree0acb3faf9e629ec2d8df7704c1a29484e7dc2ea0 /ld/testsuite/ld-sh/sh64
parentc0b225979e6b0e308d2eb2207becbc50b299732a (diff)
downloadfsf-binutils-gdb-b24f926d5bbe0644c5396f5e2c5c4db1b56c99fb.zip
fsf-binutils-gdb-b24f926d5bbe0644c5396f5e2c5c4db1b56c99fb.tar.gz
fsf-binutils-gdb-b24f926d5bbe0644c5396f5e2c5c4db1b56c99fb.tar.bz2
* ld-sh/sh64/relax.exp: Remove stray semicolons.
* ld-sh/sh64/relfail.exp: Likewise. * lib/ld-lib.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-sh/sh64')
-rw-r--r--ld/testsuite/ld-sh/sh64/relax.exp2
-rw-r--r--ld/testsuite/ld-sh/sh64/relfail.exp6
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-sh/sh64/relax.exp b/ld/testsuite/ld-sh/sh64/relax.exp
index 5c8c996..43fefce 100644
--- a/ld/testsuite/ld-sh/sh64/relax.exp
+++ b/ld/testsuite/ld-sh/sh64/relax.exp
@@ -116,7 +116,7 @@ proc run_sh64relaxtest {sh64relaxtests} {
if {$expect_relaxed == -1} {
pass $testname
- continue;
+ continue
}
verbose "$testname: file $binfile doesn't exist" 1
diff --git a/ld/testsuite/ld-sh/sh64/relfail.exp b/ld/testsuite/ld-sh/sh64/relfail.exp
index f9f9210..7cbe108 100644
--- a/ld/testsuite/ld-sh/sh64/relfail.exp
+++ b/ld/testsuite/ld-sh/sh64/relfail.exp
@@ -150,10 +150,10 @@ proc run_sh64relfailtests {sh64relfailtests} {
}
if {$as_options == ""} {
- set as_options $def_as_options;
+ set as_options $def_as_options
}
if {$ld_options == ""} {
- set ld_options $def_ld_options;
+ set ld_options $def_ld_options
}
if { $is_unresolved } {
@@ -165,7 +165,7 @@ proc run_sh64relfailtests {sh64relfailtests} {
puts $asm " .text"
puts $asm " .global $startsym"
puts $asm "$startsym:"
- puts $asm " $opcode";
+ puts $asm " $opcode"
close $asm
if ![ld_assemble $as "$as_options tmpdir/relfail-$testindex.s" "tmpdir/relfail-$testindex.o"] {