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:07:48 +0000 (13:07 -0700)
commitfa8a9d72593dd859baff6a6f772ce75dcfc9238d
tree6ec18aef294a9d47366a3e115aba8d5b91c8e12a
parent6f81a3cde4f7da6083dc623a327d61182a40c244
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>
(cherry picked from commit f73f5173faa73fc13c2c61390ec26e43f9d30861)
bfd/elfxx-x86.c