* ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.
authorAlan Modra <amodra@gmail.com>
Sat, 10 Aug 2002 12:48:52 +0000 (12:48 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 10 Aug 2002 12:48:52 +0000 (12:48 +0000)
* ld-linkonce/linkonce.exp: Likewise.
* ld-selective/sel-dump.exp: Likewise.
* ld-selective/selective.exp: Don't run on aout or bout.

ld/testsuite/ChangeLog
ld/testsuite/ld-discard/discard.exp
ld/testsuite/ld-linkonce/linkonce.exp
ld/testsuite/ld-selective/sel-dump.exp
ld/testsuite/ld-selective/selective.exp

index 22631e2b71a4930bbc53bce0b389368fbae801b3..3c1d7dbc0d4342c3e54e51aeeae8d591b3ab47a7 100644 (file)
@@ -1,3 +1,10 @@
+2002-08-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.
+       * ld-linkonce/linkonce.exp: Likewise.
+       * ld-selective/sel-dump.exp: Likewise.
+       * ld-selective/selective.exp: Don't run on aout or bout.
+
 2002-08-08  H.J. Lu <hjl@gnu.org>
 
        * ld-elfvers/vers.exp: Add vers22.
index 6aa9560120931f65b28d0b23b5ae2830ee1895ea..4a629832b1c3e7babe11deb4048120211c37c3c9 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for ld discard tests
-#   Copyright 2001 Free Software Foundation, Inc.
+#   Copyright 2001, 2002 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,6 +29,11 @@ if { ![istarget *-*-linux*] \
     return
 }
 
+if { [istarget *-*-linux*aout*] \
+     || [istarget *-*-linux*oldld*] } {
+    return
+}
+
 load_lib ld-lib.exp
 
 set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
index 2e24d289462bfd13afde85e226ea89ff58690961..45449306590d852eef5134391db09eaa765b6122 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for ld linkonce tests
-#   Copyright 2001 Free Software Foundation, Inc.
+#   Copyright 2001, 2002 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,6 +28,11 @@ if { ![istarget *-*-linux*] \
     return
 }
 
+if { [istarget *-*-linux*aout*] \
+     || [istarget *-*-linux*oldld*] } {
+    return
+}
+
 load_lib ld-lib.exp
 
 set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
index e99d5aef52793ae20840cb67aef54f33d8b99203..273271c728babc00c0989459f90ce8f518ecec74 100644 (file)
@@ -25,6 +25,11 @@ if { ![istarget *-*-linux*]
     return
 }
 
+if { [istarget *-*-linux*aout*] \
+     || [istarget *-*-linux*oldld*] } {
+    return
+}
+
 load_lib ld-lib.exp
 
 set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
index 902600ae5a380be5221f4cd9c1c075c26c47c7fa..e88ce1fc4a81a8b26b375e1b29830e86ef9637a6 100644 (file)
@@ -20,7 +20,9 @@
 
 
 # AOUT based ports do not support selective linking
-if {[istarget "vax-*-ultrix*"]} {
+if {[istarget "*-*-*aout*"] \
+    || [istarget "*-*-*bout*"] \
+    || [istarget "vax-*-ultrix*"]} {
     return
 }