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

--- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Alan Modra <[email protected]>:

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

commit 0e245c72b774658c48a14b05d78a4e0943a8a9b1
Author: Alan Modra <[email protected]>
Date:   Thu Jan 29 08:19:44 2026 +1030

    PR 33852 Different objects for same input

    Testcase:
    $ cat aff.s
     .quad x@ntpoff
    $ gas/as-new -m64 aff.s -o t.o
    with MALLOC_PERTURB_ this reliably shows uninitialised memory making
    its way into the output.

    R_390_TLS_LE64 howto was sized incorrectly, resulting in the
    initialisation in s390_elf_cons zeroing only the first four bytes.

            * elf64-s390.c (elf_howto_table <R_390_TLS_LE64>): Correct
            size and bitsize.

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

Reply via email to