diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2017-10-25 00:45:05 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2017-10-25 00:45:05 +0200 |
commit | 2e30886f1fa22fd28a1a91f5aae2ec033e2e54a9 (patch) | |
tree | ab2c6c2c449f131252d66c3d45c16b8078076c85 /ld/testsuite/ld-riscv-elf | |
parent | 792ccf005f391f46e295e250f285d040ab105ab7 (diff) | |
download | gdb-2e30886f1fa22fd28a1a91f5aae2ec033e2e54a9.zip gdb-2e30886f1fa22fd28a1a91f5aae2ec033e2e54a9.tar.gz gdb-2e30886f1fa22fd28a1a91f5aae2ec033e2e54a9.tar.bz2 |
testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget.
Diffstat (limited to 'ld/testsuite/ld-riscv-elf')
-rw-r--r-- | ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp b/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp index efe012e..c219b18 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" } |