From: Hans-Peter Nilsson Date: Tue, 24 Oct 2017 22:45:05 +0000 (+0200) Subject: testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e30886f1fa22fd28a1a91f5aae2ec033e2e54a9;p=binutils-gdb.git testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f4c449097b6..a0508fef047 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2017-10-25 Hans-Peter Nilsson + + * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget. + 2017-10-24 Andrew Waterman * ld/testsuite/ld-riscv-elf/c-lui.d: New testcase. diff --git a/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp b/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp index efe012efec7..c219b181590 100644 --- a/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp +++ b/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp @@ -19,6 +19,6 @@ # MA 02110-1301, USA. # -if [is_target "riscv-*-*"] { +if [istarget "riscv-*-*"] { run_dump_test "c-lui" }