freebsd-dev/libexec/rtld-elf/mips
John Baldwin 23e0c0e9a3 mips: Add TLS_DTV_OFFSET to the result of tls_get_addr_common.
Previously TLS_DTV_OFFSET was added to the offset passed to
tls_get_addr_common; however, this approach matches powerpc and RISC-V
and better matches the intention.

Reviewed by:	kib, jrtc27
Sponsored by:	The University of Cambridge, Google Inc.
Differential Revision:	https://reviews.freebsd.org/D33347
2021-12-09 13:16:19 -08:00
..
Makefile.inc rtld: clean up Makefile. 2020-01-11 09:18:58 +00:00
reloc.c mips: Add TLS_DTV_OFFSET to the result of tls_get_addr_common. 2021-12-09 13:16:19 -08:00
rtld_machdep.h mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET. 2021-12-09 13:16:00 -08:00
rtld_start.S Appease old GCC by disabling .cfi_sections for GCC 4.x. 2017-11-14 17:16:03 +00:00