diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index f337b48..1a7d1ed 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -2314,8 +2314,8 @@ run_ld_link_tests [list \ ] \ ] -# Linux only tests -if { "$LD_CLASS" == "64bit" } then { +# Linux only tests. Disabled due to large memory requirement. +if { "x$LD_CLASS" == "64bit" } then { # This test needs 64-bit linker. run_dump_test "pr17618" } |