Run on sh[34]*-*-linux*.
authorNick Clifton <nickc@redhat.com>
Tue, 13 May 2003 11:39:58 +0000 (11:39 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 13 May 2003 11:39:58 +0000 (11:39 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elfvers/vers.exp
ld/testsuite/ld-elfvsb/elfvsb.exp
ld/testsuite/ld-elfweak/elfweak.exp

index b42c5bac47bdb3c513a3074b193c2ca0124f1611..91642a7ca1034e50a0b26e25d429753a001d8b42 100644 (file)
@@ -1,3 +1,9 @@
+2003-05-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * ld-elfvers/vers.exp: Run on sh[34]*-*-linux*.
+       * ld-elfvsb/elfvsb.exp: Likewise.
+       * ld-elfweak/elfweak.exp: Likewise.
+
 2003-05-12  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * ld-mmix/b-fixo2.d, ld-mmix/bpo-18.d, ld-mmix/bpo-18m.d,
index 8054aa8e780c2a0f9565dadfae9bedc914153256..d15bdb981e4dc903b59cd2341611c548db3db9ef 100644 (file)
@@ -45,6 +45,7 @@ if { ![istarget hppa*64*-*-hpux*] \
      && ![istarget mips*-*-linux*] \
      && ![istarget alpha*-*-linux*] \
      && ![istarget s390*-*-linux*] \
+     && ![istarget sh\[34\]*-*-linux*] \
      && ![istarget x86_64-*-linux*] } {
     return
 }
index fb896192d0691bc3ccd8ddbee217bf2c097198da..b5424fc912ee392545a07c80e1acdb2971ea4d9c 100644 (file)
@@ -34,6 +34,7 @@ if { ![istarget hppa*64*-*-hpux*] \
      && ![istarget alpha*-*-linux*] \
      && ![istarget sparc*-*-linux*] \
      && ![istarget s390*-*-linux*] \
+     && ![istarget sh\[34\]*-*-linux*] \
      && ![istarget x86_64-*-linux*] } {
     return
 }
index d67538d6be745752bfb9ef4bbf5af5b93825b665..d8ac89578274e91ca6cf22b11a9b5d67f4c5e968 100644 (file)
@@ -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
 }