diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-09 14:49:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-09 14:49:32 +0000 |
commit | b33b6e456987e1ca8ed68589327aa62de44d9d6c (patch) | |
tree | cc330b3e314eb7d02075b1fe27f6d3e8ebc834d2 /ld/testsuite/ld-shared | |
parent | fe9edd22759e68387d4617742f1373fbf5a66c62 (diff) | |
download | gdb-b33b6e456987e1ca8ed68589327aa62de44d9d6c.zip gdb-b33b6e456987e1ca8ed68589327aa62de44d9d6c.tar.gz gdb-b33b6e456987e1ca8ed68589327aa62de44d9d6c.tar.bz2 |
1999-08-09 Jakub Jelinek <jj@ultra.linux.cz>
* ld-elfvers/vers.exp: Run tests on sparc*-*-linux*.
* ld-shared/shared.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index f8f1479..6c099a5 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -47,6 +47,7 @@ if { ![istarget i386-*-sysv4*] \ && ![istarget sparc*-*-elf] \ && ![istarget sparc*-*-solaris2*] \ && ![istarget sparc*-*-sunos4*] \ + && ![istarget sparc*-*-linux*] \ && ![istarget rs6000*-*-aix*] \ && ![istarget powerpc*-*-aix*] } { return |