diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-03-08 22:41:05 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-03-08 22:41:05 +0000 |
commit | 80f19ede4a6610091b935688fde013c19c2ddbc6 (patch) | |
tree | 580581cd42af62af5aa50332ef8377df490dd2c9 /gas | |
parent | 9f0d94e8935eab0d8f9ccec56798b0cc01999c17 (diff) | |
download | gdb-80f19ede4a6610091b935688fde013c19c2ddbc6.zip gdb-80f19ede4a6610091b935688fde013c19c2ddbc6.tar.gz gdb-80f19ede4a6610091b935688fde013c19c2ddbc6.tar.bz2 |
* gas/maxq10/maxq10.exp: Remove stray semicolons.
* gas/maxq20/maxq20.exp: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/maxq10/maxq10.exp | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/maxq20/maxq20.exp | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6ce90b0..7e3f308 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-09 Ben Elliston <bje@au.ibm.com> + + * gas/maxq10/maxq10.exp: Remove stray semicolons. + * gas/maxq20/maxq20.exp: Likewise. + 2005-03-08 Jan Beulich <jbeulich@novell.com> * gas/ia64/no-fit.[ls]: New. diff --git a/gas/testsuite/gas/maxq10/maxq10.exp b/gas/testsuite/gas/maxq10/maxq10.exp index d6ab4c4..482bd4c 100644 --- a/gas/testsuite/gas/maxq10/maxq10.exp +++ b/gas/testsuite/gas/maxq10/maxq10.exp @@ -20,7 +20,7 @@ proc gas_64_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] } proc gas_32_check { } { @@ -29,7 +29,7 @@ proc gas_32_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] } if [expr ([istarget "maxq-*-*"] || [istarget "maxq-coff-*"]) && [gas_32_check]] then { diff --git a/gas/testsuite/gas/maxq20/maxq20.exp b/gas/testsuite/gas/maxq20/maxq20.exp index 5d7f6cb..d2857f6 100644 --- a/gas/testsuite/gas/maxq20/maxq20.exp +++ b/gas/testsuite/gas/maxq20/maxq20.exp @@ -20,7 +20,7 @@ proc gas_64_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] } proc gas_32_check { } { @@ -29,7 +29,7 @@ proc gas_32_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] } |