Blame SOURCES/binutils-2.27-revert-PLT-elision.patch

1a405f
diff -rup binutils.orig/bfd/elf32-i386.c binutils-2.27/bfd/elf32-i386.c
1a405f
--- binutils.orig/bfd/elf32-i386.c	2017-05-17 11:22:32.393303573 +0100
1a405f
+++ binutils-2.27/bfd/elf32-i386.c	2017-05-17 11:25:33.097138811 +0100
1a405f
@@ -2322,8 +2322,7 @@ do_size:
1a405f
       if (use_plt_got
1a405f
 	  && h != NULL
1a405f
 	  && h->plt.refcount > 0
1a405f
-	  && (((info->flags & DF_BIND_NOW) && !h->pointer_equality_needed)
1a405f
-	      || h->got.refcount > 0)
1a405f
+	  && h->got.refcount > 0
1a405f
 	  && htab->plt_got == NULL)
1a405f
 	{
1a405f
 	  /* Create the GOT procedure linkage table.  */
1a405f
@@ -2672,16 +2671,6 @@ elf_i386_allocate_dynrelocs (struct elf_
1a405f
 	 if PLT is used.  */
1a405f
       eh->func_pointer_refcount = 0;
1a405f
 
1a405f
-      if ((info->flags & DF_BIND_NOW) && !h->pointer_equality_needed)
1a405f
-	{
1a405f
-	  /* Don't use the regular PLT for DF_BIND_NOW. */
1a405f
-	  h->plt.offset = (bfd_vma) -1;
1a405f
-
1a405f
-	  /* Use the GOT PLT.  */
1a405f
-	  h->got.refcount = 1;
1a405f
-	  eh->plt_got.refcount = 1;
1a405f
-	}
1a405f
-
1a405f
       use_plt_got = eh->plt_got.refcount > 0;
1a405f
 
1a405f
       /* Make sure this symbol is output as a dynamic symbol.
1a405f
diff -rup binutils.orig/bfd/elf64-x86-64.c binutils-2.27/bfd/elf64-x86-64.c
1a405f
--- binutils.orig/bfd/elf64-x86-64.c	2017-05-17 11:22:32.396303537 +0100
1a405f
+++ binutils-2.27/bfd/elf64-x86-64.c	2017-05-17 11:26:00.250813521 +0100
1a405f
@@ -2722,8 +2722,7 @@ do_size:
1a405f
       if (use_plt_got
1a405f
 	  && h != NULL
1a405f
 	  && h->plt.refcount > 0
1a405f
-	  && (((info->flags & DF_BIND_NOW) && !h->pointer_equality_needed)
1a405f
-	      || h->got.refcount > 0)
1a405f
+	  && h->got.refcount > 0
1a405f
 	  && htab->plt_got == NULL)
1a405f
 	{
1a405f
 	  /* Create the GOT procedure linkage table.  */
1a405f
@@ -3094,16 +3093,6 @@ elf_x86_64_allocate_dynrelocs (struct el
1a405f
 	 if PLT is used.  */
1a405f
       eh->func_pointer_refcount = 0;
1a405f
 
1a405f
-      if ((info->flags & DF_BIND_NOW) && !h->pointer_equality_needed)
1a405f
-	{
1a405f
-	  /* Don't use the regular PLT for DF_BIND_NOW. */
1a405f
-	  h->plt.offset = (bfd_vma) -1;
1a405f
-
1a405f
-	  /* Use the GOT PLT.  */
1a405f
-	  h->got.refcount = 1;
1a405f
-	  eh->plt_got.refcount = 1;
1a405f
-	}
1a405f
-
1a405f
       use_plt_got = eh->plt_got.refcount > 0;
1a405f
 
1a405f
       /* Make sure this symbol is output as a dynamic symbol.
1a405f
diff -rup binutils.orig/ld/testsuite/ld-i386/pr17689now.rd binutils-2.27/ld/testsuite/ld-i386/pr17689now.rd
1a405f
--- binutils.orig/ld/testsuite/ld-i386/pr17689now.rd	2017-05-17 11:22:32.677300171 +0100
1a405f
+++ binutils-2.27/ld/testsuite/ld-i386/pr17689now.rd	2017-05-17 11:39:36.097021963 +0100
1a405f
@@ -1,4 +1,3 @@
1a405f
-#failif
1a405f
 #...
1a405f
 [0-9a-f ]+R_386_JUMP_SLOT +0+.*
1a405f
 #...
1a405f
diff -rup binutils.orig/ld/testsuite/ld-x86-64/pr17689now.rd binutils-2.27/ld/testsuite/ld-x86-64/pr17689now.rd
1a405f
--- binutils.orig/ld/testsuite/ld-x86-64/pr17689now.rd	2017-05-17 11:22:32.734299489 +0100
1a405f
+++ binutils-2.27/ld/testsuite/ld-x86-64/pr17689now.rd	2017-05-17 11:39:53.071818174 +0100
1a405f
@@ -1,4 +1,3 @@
1a405f
-#failif
1a405f
 #...
1a405f
 [0-9a-f ]+R_X86_64_JUMP_SLOT +0+ +.*
1a405f
 #...