diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-01-31 23:49:32 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-01-31 23:49:32 +0000 |
commit | ca6d06e538e9bdb3d520a527231f146d9cabb410 (patch) | |
tree | a8fa3de7a7c616896c53e1d4610548b77372b908 /ld/testsuite/ld-sparc | |
parent | dc669dc8482c03a867487a1a47f7ba93791e27b2 (diff) | |
download | gdb-ca6d06e538e9bdb3d520a527231f146d9cabb410.zip gdb-ca6d06e538e9bdb3d520a527231f146d9cabb410.tar.gz gdb-ca6d06e538e9bdb3d520a527231f146d9cabb410.tar.bz2 |
* ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
and Solaris 2.6.
Diffstat (limited to 'ld/testsuite/ld-sparc')
-rw-r--r-- | ld/testsuite/ld-sparc/sparc.exp | 4 |
1 files changed, 3 insertions, 1 deletions
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 } |