]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rtld: attempt to fix reloc_non_plt TLS allocation on MIPS
authoremaste <emaste@FreeBSD.org>
Fri, 29 Mar 2019 15:07:00 +0000 (15:07 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 29 Mar 2019 15:07:00 +0000 (15:07 +0000)
commit7ebe05b9891996a18ec38f1eb9f974b46255718b
tree9af912721ccb09690acdedb0f959a710e5450147
parent2ef156ce238d41ee98af4b53f83a53f6f71995b0
rtld: attempt to fix reloc_non_plt TLS allocation on MIPS

allocate_tls_offset returns true on success.  The same issue existed
on arm and was fixed in r345693.

PR: 236880
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
libexec/rtld-elf/mips/reloc.c