summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-05-12 03:06:10 +0000
committerBen Elliston <bje@au.ibm.com>2004-05-12 03:06:10 +0000
commit24cad0758e51e9b3132366a789a38c20beda6948 (patch)
tree701721373291fc6a43572f9c7244954148b396d3 /gas/testsuite/gas/hppa
parent0816a831b1ddf1dfc0496ae5dc0400440ef4ebae (diff)
downloadbinutils-redhat-24cad0758e51e9b3132366a789a38c20beda6948.tar.gz
* gas/h8300/t03_add.exp: Remove stray semicolons.
* gas/h8300/t04_sub.exp: Likewise. * gas/h8300/t05_cmp.exp: Likewise. * gas/h8300/t08_or.exp: Likewise. * gas/h8300/t09_xor.exp: Likewise. * gas/h8300/t10_and.exp: Likewise. * gas/hppa/reloc/reloc.exp: Likewise. * gas/hppa/unsorted/unsorted.exp: Likewise. * gas/i386/i386.exp: Likewise. * gas/m68hc11/m68hc11.exp: Likewise. * gas/mips/mips.exp: Likewise. * gas/sparc/sparc.exp: Likewise. * lib/gas-defs.exp: Likewise.
Diffstat (limited to 'gas/testsuite/gas/hppa')
-rw-r--r--gas/testsuite/gas/hppa/reloc/reloc.exp14
-rw-r--r--gas/testsuite/gas/hppa/unsorted/unsorted.exp2
2 files changed, 8 insertions, 8 deletions
diff --git a/gas/testsuite/gas/hppa/reloc/reloc.exp b/gas/testsuite/gas/hppa/reloc/reloc.exp
index bbcb435482..e4010e72d5 100644
--- a/gas/testsuite/gas/hppa/reloc/reloc.exp
+++ b/gas/testsuite/gas/hppa/reloc/reloc.exp
@@ -68,7 +68,7 @@ proc do_relocation_reduction_tests {} {
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
if [gas_test_old "reduce.s" "" "Relocation reductions (part1)"] then {
@@ -245,7 +245,7 @@ proc do_selector_scope_test {} {
set x 0
if [istarget hppa*64*-*-*] then {
- return;
+ return
}
if [gas_test_old "selectorbug.s" "" "Test scope of field selector (part 1)"] {
@@ -348,7 +348,7 @@ proc do_exit_relocation_test {} {
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
gas_test_old "exitbug.s" "" "Test for bogus R_EXIT relocation (part 1)"
- return;
+ return
}
if [gas_test_old "exitbug.s" "" "Test for bogus R_EXIT relocation (part 1)"] {
@@ -381,7 +381,7 @@ proc do_cross_space_fixup_test_1 {} {
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
if [gas_test_old "fixupbug.s" "" "Test cross space jump/call fixup bug (part 1)"] {
@@ -415,7 +415,7 @@ proc do_cross_space_fixup_test_2 {} {
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
gas_start "fixupbug.s" "-al"
@@ -600,7 +600,7 @@ proc do_pic_relocation_test {} {
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
gas_start "picreloc.s" "-al"
@@ -629,7 +629,7 @@ proc do_apply_test {} {
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
gas_start "applybug.s" "-al"
diff --git a/gas/testsuite/gas/hppa/unsorted/unsorted.exp b/gas/testsuite/gas/hppa/unsorted/unsorted.exp
index a63ebe7634..3dc734a3b8 100644
--- a/gas/testsuite/gas/hppa/unsorted/unsorted.exp
+++ b/gas/testsuite/gas/hppa/unsorted/unsorted.exp
@@ -197,7 +197,7 @@ proc do_import_test {} {
proc do_common_test {} {
# linux has a different .comm syntax
if [istarget hppa*-*-linux*] then {
- return;
+ return
}
set testname "common.s: Test for bug in .comm handling (part2)"