bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/19601] Wrong GOT offset used with GOT relocation


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/19601] Wrong GOT offset used with GOT relocation
Date: Thu, 11 Feb 2016 03:47:37 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19601

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The binutils-2_26-branch branch has been updated by H.J. Lu
<address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1861591a75b8a73af1d3df578fb93bbb73c2f42d

commit 1861591a75b8a73af1d3df578fb93bbb73c2f42d
Author: H.J. Lu <address@hidden>
Date:   Wed Feb 10 19:33:52 2016 -0800

    Mask off the least significant bit in GOT offset

    The least significant bit in GOT offset is to record whether we have
    initialized the GOT entry in R_386_GOT32 processing.  We need to mask
    it off for R_386_GOT32X.

    Backport from master

        PR ld/19601
        * elf32-i386.c (elf_i386_relocate_section): Mask off the least
        significant bit in GOT offset for R_386_GOT32X.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]