Page MenuHomeFreeBSD

mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.
ClosedPublic

Authored by jhb on Dec 8 2021, 9:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 3:39 AM
Unknown Object (File)
Mon, Dec 2, 5:11 AM
Unknown Object (File)
Nov 18 2024, 2:42 PM
Unknown Object (File)
Nov 18 2024, 2:23 PM
Unknown Object (File)
Nov 16 2024, 3:37 AM
Unknown Object (File)
Sep 21 2024, 1:06 AM
Unknown Object (File)
Sep 19 2024, 5:48 AM
Unknown Object (File)
Sep 18 2024, 9:09 AM
Subscribers

Details

Summary

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().

Sponsored by: The University of Cambridge, Google Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable