diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp index 59e68de800bdcd53b51fd44b28972e53f7f141c8..0bd4ccac1046016287fe66a0663011e708f4abe7 100644 --- a/ld/testsuite/ld-arm/arm-elf.exp +++ b/ld/testsuite/ld-arm/arm-elf.exp @@ -1269,5 +1269,7 @@ run_dump_test "non-contiguous-arm4" run_dump_test "non-contiguous-arm5" run_dump_test "non-contiguous-arm6" -run_dump_test "thumb-plt" -run_dump_test "thumb-plt-got" +if { ![istarget "arm*-*-nacl*"] } { + run_dump_test "thumb-plt" + run_dump_test "thumb-plt-got" +}