From 2e30886f1fa22fd28a1a91f5aae2ec033e2e54a9 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 25 Oct 2017 00:45:05 +0200 Subject: [PATCH] testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget. --- ld/ChangeLog | 4 ++++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index f4c449097b..a0508fef04 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 efe012efec..c219b18159 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" } -- 2.34.1