Blame SOURCES/binutils-2.27-aarch64-ifunc.patch

12f9d8
diff -rup binutils.orig/bfd/elfnn-aarch64.c binutils-2.27/bfd/elfnn-aarch64.c
12f9d8
--- binutils.orig/bfd/elfnn-aarch64.c	2017-02-21 10:45:19.311956006 +0000
12f9d8
+++ binutils-2.27/bfd/elfnn-aarch64.c	2017-02-21 11:55:07.517922655 +0000
12f9d8
@@ -4947,6 +4947,7 @@ elfNN_aarch64_final_link_relocate (reloc
12f9d8
      it here if it is defined in a non-shared object.  */
12f9d8
   if (h != NULL
12f9d8
       && h->type == STT_GNU_IFUNC
12f9d8
+      && (input_section->flags & SEC_ALLOC)
12f9d8
       && h->def_regular)
12f9d8
     {
12f9d8
       asection *plt;