Blame SOURCES/binutils-2.27-skip-ld-aarch64-ifunc-exec-tests.patch

be6651
Only in binutils.orig/ld/testsuite/ld-ifunc: .#ifunc.exp
be6651
diff -rup binutils.orig/ld/testsuite/ld-ifunc/ifunc.exp binutils-2.27/ld/testsuite/ld-ifunc/ifunc.exp
be6651
--- binutils.orig/ld/testsuite/ld-ifunc/ifunc.exp	2017-02-21 15:00:21.802036746 +0000
be6651
+++ binutils-2.27/ld/testsuite/ld-ifunc/ifunc.exp	2017-02-21 15:06:32.730980432 +0000
be6651
@@ -531,6 +531,13 @@ run_cc_link_tests [list \
be6651
     ] \
be6651
 ]
be6651
 
be6651
+# IFUNC support for AArch64 is still experimental, and in particular
be6651
+# function resolution is not yet stable.  So skip these tests for now.
be6651
+# NC Feb 2017.
be6651
+if {[istarget "aarch64-*-*"]} {
be6651
+    return
be6651
+}
be6651
+
be6651
 run_ld_link_exec_tests [] [list \
be6651
     [list \
be6651
 	"Run pr18808" \