freebsd-dev/libexec/rtld-elf/powerpc64
Justin Hibbits 45a18a1fe3 rtld-elf: Fix powerpc64 TLS handling, matching powerpc's fix
We need to subtract the TLS_TCB_SIZE to get to the real data pointer, since
r13 points to the end of the TCB structure.  Prior to this, devel/protobuf-c
port broke with recent update to devel/protobuf, which exposed this issue.

Submitted by:	andreast
Reported by:	Piotr Kubaj
MFC after:	1 week
2019-01-01 20:12:58 +00:00
..
Makefile.inc
reloc.c rtld-elf: Fix powerpc64 TLS handling, matching powerpc's fix 2019-01-01 20:12:58 +00:00
rtld_machdep.h rtld-elf: compile with WANRS=4 warnings other than -Wcast-align 2018-10-29 21:08:19 +00:00
rtld_start.S Unify the ELFv1 and ELFv2 code paths and make ELFv1 (the normal ABI) more 2016-01-01 00:11:29 +00:00