]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-versados/versados.exp
Remove sh5 and sh64 support
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-versados / versados.exp
index b08d7edb59136f71e667a158439b622a547a3aa8..f46f4161704ebeb959d96ef761a0ce8d588ddfaa 100644 (file)
@@ -1,19 +1,22 @@
 # Expect script for ld-versados tests
-#   Copyright 1995, 1997 Free Software Foundation, Inc.
+#   Copyright (C) 1995-2018 Free Software Foundation, Inc.
 #
-# This file is free software; you can redistribute it and/or modify
+# This file is part of the GNU Binutils.
+#
+# This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+# MA 02110-1301, USA.
 #
 # Written by Steve Chamberlain (sac@cygnus.com)
 #
@@ -72,7 +75,7 @@ proc inspect { whichone } {
     return 1
 }
 
-if ![ld_simple_link $ld tmpdir/t1.out \
+if ![ld_link $ld tmpdir/t1.out \
        " -T $srcdir/$subdir/t1.ld $srcdir/$subdir/t1-1.ro  $srcdir/$subdir/t1-2.ro"] {
     fail $testname
     return
@@ -84,7 +87,7 @@ if ![ld_simple_link $ld tmpdir/t1.out \
 }
 
 
-if ![ld_simple_link $ld  tmpdir/t2.out \
+if ![ld_link $ld  tmpdir/t2.out \
        " -T $srcdir/$subdir/t2.ld $srcdir/$subdir/t2-2.ro \
        $srcdir/$subdir/t2-1.ro  $srcdir/$subdir/t2-3.ro"] {
     fail $testname