patches/binutils/2.22/400-fix_arm_gc_sections.patch
author Jang, Bongseo <graycells@gmail.com>
Sun Sep 23 11:18:30 2012 +0900 (2012-09-23)
changeset 3058 2800ef0ff450
permissions -rw-r--r--
libc/eglibc: Split changeset 3052:06b663f297 into eglibc/libc and eglibc/ports patches

crosstool-ng's glibc patche is made against glibc/libc sub-dir.
changeset 3052:06b663f297 is against glibc top-dir. it needs to split.

Signed-off-by: "Jang, Bongseo" <graycells@gmail.com>
[yann.morin.1998@free.fr: fix the ports patches depth]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-ID: <5040c8e83e35618361dc.1348370890@localhost.localdomain>
PatchWork-ID: 186177
f@3051
     1
--- a/bfd/elf32-arm.c
f@3051
     2
+++ b/bfd/elf32-arm.c
f@3051
     3
@@ -12408,7 +12408,8 @@ elf32_arm_check_relocs (bfd *abfd, struc
f@3051
     4
 
f@3051
     5
 	  /* If the symbol is a function that doesn't bind locally,
f@3051
     6
 	     this relocation will need a PLT entry.  */
f@3051
     7
-	  root_plt->refcount += 1;
f@3051
     8
+	  if (root_plt->refcount != -1)
f@3051
     9
+	    root_plt->refcount += 1;
f@3051
    10
 
f@3051
    11
 	  if (!call_reloc_p)
f@3051
    12
 	    arm_plt->noncall_refcount++;