diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-02-14 10:09:49 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-02-14 10:09:49 +0000 |
commit | 28f4cc59fd85cb409747499c94fd8bf23ee4a9a6 (patch) | |
tree | 968bde695d8736471bc00d239b2306b5d72a15d0 /ld/testsuite | |
parent | f1dab70d1a825b97aac510777cc023dc3b6ff8f4 (diff) | |
download | gdb-28f4cc59fd85cb409747499c94fd8bf23ee4a9a6.zip gdb-28f4cc59fd85cb409747499c94fd8bf23ee4a9a6.tar.gz gdb-28f4cc59fd85cb409747499c94fd8bf23ee4a9a6.tar.bz2 |
* ld-sparc/sparc.exp: Enable on Solaris. Disable 32-bit tests
on sparc64-elf.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/sparc.exp | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b0ab8c4..4e1153f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-02-14 Eric Botcazou <ebotcazou@libertysurf.fr> + + * ld-sparc/sparc.exp: Enable on Solaris. Disable 32-bit tests + on sparc64-elf. + 2005-02-13 Jan Beulich <jbeulich@novell.com> * ld-elfvers/vers.exp (as_options): New. Set to -x for ia64. diff --git a/ld/testsuite/ld-sparc/sparc.exp b/ld/testsuite/ld-sparc/sparc.exp index 9376783..f34fa9e 100644 --- a/ld/testsuite/ld-sparc/sparc.exp +++ b/ld/testsuite/ld-sparc/sparc.exp @@ -16,10 +16,11 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# Test i386 linking; all types of relocs. This tests the assembler and +# Test SPARC linking; all types of relocs. This tests the assembler and # tools like objdump as well as the linker. -if { !([istarget "sparc*-*-elf*"] +if { !([istarget "sparc*-*-elf*"] + || [istarget "sparc*-sun-solaris*"] || ([istarget "sparc*-*-linux*"] && ![istarget "*-*-*aout*"] && ![istarget "*-*-*oldld*"])) } { @@ -84,5 +85,7 @@ set sparc64tests { {{objdump -sj.debug_foobar tlsg64.sd}} "tlsg64"} } -run_ld_link_tests $sparctests +if { ![istarget "sparc64-*-elf*"] } { + run_ld_link_tests $sparctests +} # run_ld_link_tests $sparc64tests |