testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget.
authorHans-Peter Nilsson <hp@bitrange.com>
Tue, 24 Oct 2017 22:45:05 +0000 (00:45 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Tue, 24 Oct 2017 22:45:05 +0000 (00:45 +0200)
ld/ChangeLog
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp

index f4c449097b654e20c498bf4b64400791e4d694a0..a0508fef047c98f9340b85775b3f2c9554227e92 100644 (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.
index efe012efec7d4e3b3b2f830354b13d52cd5d8568..c219b181590eab8562696d1a59debd73c0f11d2c 100644 (file)
@@ -19,6 +19,6 @@
 # MA 02110-1301, USA.
 #
 
-if [is_target "riscv-*-*"] {
+if [istarget "riscv-*-*"] {
     run_dump_test "c-lui"
 }