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

--- Comment #4 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
<h...@sourceware.org>:

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

commit 9983f9d2d44dc6380671006f1d1cdea00587ccd6
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Sat Jun 11 20:44:24 2016 -0700

    Subtract GOT base only with a base register

    When relocating R_386_GOT32 in "op $0, bar@GOT", we shouldn't subtract
    GOT base without a base register and we should disallow it without a
    base register for PIC.

    bfd/

        PR ld/20244
        * elf32-i386.c (elf_i386_relocate_section): When relocating
        R_386_GOT32, return error without a base register for PIC and
        subtract the .got.plt section address only with a base register.

    ld/

        PR ld/20244
        * testsuite/ld-i386/i386.exp: Run pr20244-1a and pr20244-1b.
        * testsuite/ld-i386/pr20244-1.s: New file.
        * testsuite/ld-i386/pr20244-1a.d: Likewise.
        * testsuite/ld-i386/pr20244-1b.d: Likewise.
        * testsuite/ld-i386/pr20244-1c.d: Likewise.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to