From: amodra Date: Sat, 10 Aug 2002 12:48:52 +0000 (+0000) Subject: * ld-discard/discard.exp: Don't run on linuxaout or linuxoldld. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c802c35894aab917d5706c7811a4a126aac8f04c;p=pf3gnuchains%2Fpf3gnuchains3x.git * 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. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 22631e2b71..3c1d7dbc0d 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2002-08-10 Alan Modra + + * 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 * ld-elfvers/vers.exp: Add vers22. diff --git a/ld/testsuite/ld-discard/discard.exp b/ld/testsuite/ld-discard/discard.exp index 6aa9560120..4a629832b1 100644 --- a/ld/testsuite/ld-discard/discard.exp +++ b/ld/testsuite/ld-discard/discard.exp @@ -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]] diff --git a/ld/testsuite/ld-linkonce/linkonce.exp b/ld/testsuite/ld-linkonce/linkonce.exp index 2e24d28946..4544930659 100644 --- a/ld/testsuite/ld-linkonce/linkonce.exp +++ b/ld/testsuite/ld-linkonce/linkonce.exp @@ -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]] diff --git a/ld/testsuite/ld-selective/sel-dump.exp b/ld/testsuite/ld-selective/sel-dump.exp index e99d5aef52..273271c728 100644 --- a/ld/testsuite/ld-selective/sel-dump.exp +++ b/ld/testsuite/ld-selective/sel-dump.exp @@ -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]] diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 902600ae5a..e88ce1fc4a 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -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 }