From: Eric Botcazou Date: Tue, 31 Jan 2006 23:49:32 +0000 (+0000) Subject: * ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1 X-Git-Tag: gdb-csl-20060226-branchpoint~189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca6d06e538e9bdb3d520a527231f146d9cabb410;p=external%2Fbinutils.git * ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1 and Solaris 2.6. --- 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 }