Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / binutils.exp
index 5fd7646947505e01210eca2d8ca573f403d1a6c2..35530a6dec717aa32411061d5c864b95548e7940 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for binutils tests
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
 # STT_GNU_IFUNC symbols.
 
 if { !([istarget "i?86-*-elf*"]
-       || (([istarget "i?86-*-linux*"]
-           || [istarget "i?86-*-gnu*"])
-          && ![istarget "*-*-*aout*"]
-          && ![istarget "*-*-*oldld*"])
+       || [istarget "i?86-*-linux*"]
+       || [istarget "i?86-*-gnu*"]
        || [istarget "i?86-*-nacl*"]
        || [istarget "x86_64-*-nacl*"]
        || [istarget "x86_64-*-linux*"]
@@ -54,7 +52,7 @@ proc binutils_test { prog_name ld_options test } {
        return
     }
 
-    if { ![ld_simple_link $ld tmpdir/$test "$ld_options tmpdir/$test.o"] } {
+    if { ![ld_link $ld tmpdir/$test "$ld_options tmpdir/$test.o"] } {
        if { [string match "*not supported*" $link_output]
             || [string match "*unrecognized option*" $link_output] } {
            unsupported "$ld_options is not supported by this target"
This page took 0.024164 seconds and 4 git commands to generate.