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

--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@sourceware.org>:

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

commit f73f5173faa73fc13c2c61390ec26e43f9d30861
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Thu Jul 25 13:03:19 2024 -0700

    x86: Add missing newlines in TLS transition error messages

    Change TLS transition error messages from

    a-argp-help.o(.text+0x12f): relocation R_X86_64_GOTTPOFF against `a' must
be used in ADD or MOV onlyld: final link failed: bad value

    to

    a-argp-help.o(.text+0x12f): relocation R_X86_64_GOTTPOFF against `a' must
be used in ADD or MOV only
    ld: final link failed: bad value

            PR ld/32017
            * elfxx-x86.c (_bfd_x86_elf_link_report_tls_transition_error):
            Add missing newlines.

    Signed-off-by: H.J. Lu <hjl.to...@gmail.com>

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

Reply via email to