bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/25062] arm: R_ARM_TLS_GOTDESC negative addend is not handled on


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/25062] arm: R_ARM_TLS_GOTDESC negative addend is not handled on 64bit host
Date: Fri, 04 Oct 2019 09:58:37 +0000

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

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

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

commit b627f56244cb2930c5891cfde03586987d46b5d2
Author: Szabolcs Nagy <address@hidden>
Date:   Thu Oct 3 19:11:50 2019 +0100

    [PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESC

    On 64-bit host the 32-bit addend was loaded without sign extension into
    an unsigned long.

    bfd/ChangeLog:

        PR ld/25062
        * elf32-arm.c (elf32_arm_final_link_relocate): Sign extend data.

    ld/ChangeLog:

        PR ld/25062
        * testsuite/ld-arm/arm-elf.exp: Update.
        * testsuite/ld-arm/tls-gdesc-neg.d: New test.
        * testsuite/ld-arm/tls-gdesc-neg.s: New test.

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