]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix parens in ld bootstrap.exp
authorAlan Modra <amodra@gmail.com>
Tue, 26 Jun 2018 04:59:28 +0000 (14:29 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 26 Jun 2018 11:58:05 +0000 (21:28 +0930)
commit2db70efacd3f8f208a1ab7946c34f79fae33092b
tree039a8e3fabff80603ebc6f54c4294570318c05a6
parent2393a7e3e6b3ec51bc404c6adebffea5db9f04b1
Fix parens in ld bootstrap.exp

Seen with tcl 8.5.13:
ERROR: tcl error sourcing .../ld/testsuite/ld-bootstrap/bootstrap.exp.
ERROR: expected boolean value but got " [istarget ia64-*-elf*] || [istarget ia64-*-linux*"
    while executing
"if { "$flags" == "--static" && { [istarget ia64-*-elf*] || [istarget ia64-*-linux*] }
 || [istarget mips*-*-linux*] } {
# On ia64 and mips, tmpdir/l..."

* testsuite/ld-bootstrap/bootstrap.exp: Use parentheses rather
than curly braces in logical expression.
ld/ChangeLog
ld/testsuite/ld-bootstrap/bootstrap.exp