bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/22071] Missing TLSDESC_PLT and TLSDESC_GOT


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/22071] Missing TLSDESC_PLT and TLSDESC_GOT
Date: Sun, 03 Sep 2017 17:19:32 +0000

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

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

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

commit 0e30d991804de9dfd368653d6a88bf3766a27ffc
Author: H.J. Lu <address@hidden>
Date:   Sun Sep 3 10:18:24 2017 -0700

    x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true

    We need to set tlsdesc_plt for x86-64 if GOT_TLS_GDESC_P is true when
    allocating dynamic relocations so that _bfd_x86_elf_size_dynamic_sections
    will generate TLSDESC_PLT and TLSDESC_GOT in x86-64 output.

    bfd/

        PR ld/22071
        * elfxx-x86.c (elf_x86_allocate_dynrelocs): Set tlsdesc_plt
        for x86-64 if GOT_TLS_GDESC_P is true.

    ld/

        PR ld/22071
        * testsuite/ld-x86-64/pr22071.d: New file.
        * testsuite/ld-x86-64/pr22071.s: Likewise.
        * testsuite/ld-x86-64/x86-64.exp: Run pr22071.

-- 
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]