]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: Add missing newlines in TLS transition error messages
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 25 Jul 2024 20:03:19 +0000 (13:03 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 25 Jul 2024 20:03:19 +0000 (13:03 -0700)
commitf73f5173faa73fc13c2c61390ec26e43f9d30861
tree5f08665201f241e5811ec0319f0da3ec0ade747b
parent1d68a49ac5d71b648304f69af978fce0f4413800
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.tools@gmail.com>
bfd/elfxx-x86.c