diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc.exp')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp index 60599ff..3eef3a9 100644 --- a/ld/testsuite/ld-ifunc/ifunc.exp +++ b/ld/testsuite/ld-ifunc/ifunc.exp @@ -1,6 +1,6 @@ # Expect script for linker support of IFUNC symbols and relocations. # -# Copyright 2009, 2010 Free Software Foundation, Inc. +# Copyright 2009, 2010, 2012 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of the GNU Binutils. @@ -30,6 +30,7 @@ if {!(([istarget "i?86-*-*"] || [istarget "powerpc*-*-*"] || [istarget "sparc*-*-*"]) && ([istarget "*-*-elf*"] + || [istarget "*-*-nacl*"] || (([istarget "*-*-linux*"] || [istarget "*-*-gnu*"]) && ![istarget "*-*-*aout*"] @@ -77,7 +78,7 @@ proc check_osabi { binary_file expected_osabi } { } verbose "Expected OSABI: $expected_osabi, Obtained osabi: $osabi" - + return 0 } |