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, Apr 15, 2:11 PM
Unknown Object (File)
Mon, Apr 13, 4:54 PM
Unknown Object (File)
Sun, Apr 12, 5:54 AM
Unknown Object (File)
Sat, Apr 11, 7:53 PM
Unknown Object (File)
Sat, Apr 11, 3:07 PM
Unknown Object (File)
Sat, Apr 11, 3:20 AM
Unknown Object (File)
Sun, Apr 5, 5:49 PM
Unknown Object (File)
Sat, Mar 21, 10:49 PM
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