Run PR ld/17618 test only with 64-bit ELF linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / x86-64.exp
index ce29cc863461da80909f9d4a3e3f6a0ea6ed48ef..0375da6aa64b932c51628709774cce6cb4a706b7 100644 (file)
@@ -1572,7 +1572,11 @@ run_ld_link_tests [list \
 ]
 
 # Linux only tests
-run_dump_test "pr17618"
+global LD_CLASS
+if { "$LD_CLASS" == "64bit" } then {
+    # This test needs 64-bit linker.
+    run_dump_test "pr17618"
+}
 run_dump_test "pltgot-1"
 run_dump_test "pltgot-2"
 run_dump_test "pr20830a"
This page took 0.028282 seconds and 4 git commands to generate.