]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345693, 345694: rtld: attempt to fix reloc_nonplt_object TLS allocation
authorEd Maste <emaste@FreeBSD.org>
Fri, 12 Apr 2019 00:31:22 +0000 (00:31 +0000)
committerEd Maste <emaste@FreeBSD.org>
Fri, 12 Apr 2019 00:31:22 +0000 (00:31 +0000)
commitf0b731cb13f5960ed361208b3f6ead570d09fe42
tree9b86a1b1fd6d67a6395ddbfeece1f1c1d0f1ab4a
parent05c0c163c80ee2370106ae411e9a52390377f5eb
MFC r345693, 345694: rtld: attempt to fix reloc_nonplt_object TLS allocation

on arm and mips

allocate_tls_offset returns true on success.  This still needs more
testing and review, but this change is consistent with other archs.

PR: 236880
Reported by: Andrew Gierth <andrew@tao11.riddles.org.uk> (arm)
Sponsored by: The FreeBSD Foundation
libexec/rtld-elf/arm/reloc.c
libexec/rtld-elf/mips/reloc.c