projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd819c
)
Fixed small typo in tcl expr syntax.
author
Frank Ch. Eigler
<fche@redhat.com>
Wed, 8 Oct 1997 16:28:50 +0000
(16:28 +0000)
committer
Frank Ch. Eigler
<fche@redhat.com>
Wed, 8 Oct 1997 16:28:50 +0000
(16:28 +0000)
gas/testsuite/gas/mips/mips.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/mips/mips.exp
b/gas/testsuite/gas/mips/mips.exp
index e4f55c4920c398642c60b577add38c000ee7831f..2acdc2a54121ef0bf83df380273715af3f4326ea 100644
(file)
--- a/
gas/testsuite/gas/mips/mips.exp
+++ b/
gas/testsuite/gas/mips/mips.exp
@@
-9,8
+9,8
@@
if [istarget mips*-*-*] then {
set gpr_ilocks [expr [istarget mipstx39*-*-*]]
# start-sanitize-tx19
- set ilocks [expr ilocks || [istarget mipstx19*-*-*]]
- set gpr_ilocks [expr gpr_ilocks || [istarget mipstx19*-*-*]]
+ set ilocks [expr
$
ilocks || [istarget mipstx19*-*-*]]
+ set gpr_ilocks [expr
$
gpr_ilocks || [istarget mipstx19*-*-*]]
# end-sanitize-tx19
run_dump_test "abs"