testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget.

This commit is contained in:
Hans-Peter Nilsson
2017-10-25 00:45:05 +02:00
parent 792ccf005f
commit 2e30886f1f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-10-25 Hans-Peter Nilsson <hp@axis.com>
* testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget.
2017-10-24 Andrew Waterman <andrew@sifive.com>
* ld/testsuite/ld-riscv-elf/c-lui.d: New testcase.

View File

@ -19,6 +19,6 @@
# MA 02110-1301, USA.
#
if [is_target "riscv-*-*"] {
if [istarget "riscv-*-*"] {
run_dump_test "c-lui"
}