patches/binutils/2.22/400-fix_arm_gc_sections.patch
author danielrubiob@gmail.com
Sun Feb 09 22:24:56 2014 +0100 (2014-02-09)
changeset 3284 f9dec799e51e
permissions -rw-r--r--
complibs/mpc: bump version

Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>
Message-Id: <d78f3a4ba2df1e076851.1391984022@uemo>
Patchwork-Id: 318636
     1 --- a/bfd/elf32-arm.c
     2 +++ b/bfd/elf32-arm.c
     3 @@ -12408,7 +12408,8 @@ elf32_arm_check_relocs (bfd *abfd, struc
     4  
     5  	  /* If the symbol is a function that doesn't bind locally,
     6  	     this relocation will need a PLT entry.  */
     7 -	  root_plt->refcount += 1;
     8 +	  if (root_plt->refcount != -1)
     9 +	    root_plt->refcount += 1;
    10  
    11  	  if (!call_reloc_p)
    12  	    arm_plt->noncall_refcount++;