From ca6d06e538e9bdb3d520a527231f146d9cabb410 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 31 Jan 2006 23:49:32 +0000 Subject: [PATCH] * ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1 and Solaris 2.6. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-sparc/sparc.exp | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 1342771..03287ac 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-01-31 Eric Botcazou + + * ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1 + and Solaris 2.6. + 2006-01-27 H.J. Lu PR ld/2218 diff --git a/ld/testsuite/ld-sparc/sparc.exp b/ld/testsuite/ld-sparc/sparc.exp index e4840db..aa4c869 100644 --- a/ld/testsuite/ld-sparc/sparc.exp +++ b/ld/testsuite/ld-sparc/sparc.exp @@ -88,6 +88,8 @@ set sparc64tests { if { ![istarget "sparc64-*-elf*"] } { run_ld_link_tests $sparctests } -if { ![istarget "sparc-*-elf*"] } { +if { !([istarget "sparc-*-elf*"] + || [istarget "sparc-sun-solaris2.5*"] + || [istarget "sparc-sun-solaris2.6"]) } { run_ld_link_tests $sparc64tests } -- 2.7.4