aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfweak
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-13 11:39:58 +0000
committerNick Clifton <nickc@redhat.com>2003-05-13 11:39:58 +0000
commit59758b1cc8ac1d2991d225a2cbb4cb950f891eb9 (patch)
tree38780ba307728eef8408df1f98900a19d96e82ed /ld/testsuite/ld-elfweak
parent0fcdcb91886d295168c7b4fc9dca7264aa516956 (diff)
downloadgdb-59758b1cc8ac1d2991d225a2cbb4cb950f891eb9.zip
gdb-59758b1cc8ac1d2991d225a2cbb4cb950f891eb9.tar.gz
gdb-59758b1cc8ac1d2991d225a2cbb4cb950f891eb9.tar.bz2
Run on sh[34]*-*-linux*.
Diffstat (limited to 'ld/testsuite/ld-elfweak')
-rw-r--r--ld/testsuite/ld-elfweak/elfweak.exp11
1 files changed, 6 insertions, 5 deletions
diff --git a/ld/testsuite/ld-elfweak/elfweak.exp b/ld/testsuite/ld-elfweak/elfweak.exp
index d67538d..d8ac8957 100644
--- a/ld/testsuite/ld-elfweak/elfweak.exp
+++ b/ld/testsuite/ld-elfweak/elfweak.exp
@@ -25,7 +25,9 @@ if ![isnative] then {return}
# This test can only be run on a couple of ELF platforms.
# Square bracket expressions seem to confuse istarget.
# This is similar to the test that is used in ld-shared, BTW.
-if { ![istarget hppa*64*-*-hpux*] \
+if { ![istarget alpha*-*-linux*] } {
+ && ![istarget arm*-*-linux*] \
+ && ![istarget hppa*64*-*-hpux*] \
&& ![istarget hppa*-*-linux*] \
&& ![istarget i?86-*-sysv4*] \
&& ![istarget i?86-*-unixware] \
@@ -35,15 +37,14 @@ if { ![istarget hppa*64*-*-hpux*] \
&& ![istarget ia64-*-linux*] \
&& ![istarget m68k-*-linux*] \
&& ![istarget mips*-*-irix5*] \
+ && ![istarget mips*-*-linux*] \
&& ![istarget powerpc-*-elf*] \
&& ![istarget powerpc-*-linux*] \
&& ![istarget powerpc-*-sysv4*] \
+ && ![istarget sh\[34\]*-*-linux*] \
&& ![istarget sparc*-*-elf] \
&& ![istarget sparc*-*-solaris2*] \
- && ![istarget sparc*-*-linux*] \
- && ![istarget arm*-*-linux*] \
- && ![istarget mips*-*-linux*] \
- && ![istarget alpha*-*-linux*] } {
+ && ![istarget sparc*-*-linux*] } {
return
}