HomeFreeBSD

mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.

Description

mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.

This is the more standard name for the bias of dtv pointers used on
other platforms. This also fixes a few other places that were using
the wrong bias previously on MIPS such as dlpi_tls_data in struct
dl_phdr_info and the recently added __libc_tls_get_addr().

Reviewed by: kib, jrtc27
Sponsored by: The University of Cambridge, Google Inc.
Differential Revision: https://reviews.freebsd.org/D33346

Details

Provenance
jhbAuthored on Dec 9 2021, 9:16 PM
Reviewer
kib
Differential Revision
D33346: mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.
Parents
rG5d8176337e69: libthr: Remove the DTV_OFFSET macro.
Branches
Unknown
Tags
Unknown