Page MenuHomeFreeBSD

Correct the offset of static TLS variables for Initial-Exec.
ClosedPublic

Authored by jhb on Dec 3 2019, 10:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 4:02 AM
Unknown Object (File)
Wed, Mar 18, 4:02 PM
Unknown Object (File)
Tue, Mar 17, 8:22 PM
Unknown Object (File)
Sat, Mar 7, 9:40 PM
Unknown Object (File)
Feb 8 2026, 12:45 AM
Unknown Object (File)
Jan 31 2026, 10:10 AM
Unknown Object (File)
Jan 22 2026, 1:56 PM
Unknown Object (File)
Jan 11 2026, 9:37 AM
Subscribers

Details

Summary

%tp points to the start of the TLS block after the tcb, but
Obj_Entry.tlsoffset includes the tcb, so subtract the size of the
tcb to compute the offset relative to %tp.

Test Plan

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27928
Build 26097: arc lint + arc unit

Event Timeline

Note that this is the same fix as rS339072 for powerpc and rS342671 for powerpc64, and matches the mips implementation, all of which use Variant I TLS and thus should look the same (ignoring the values of the constants themselves).

(Also, %tp in the revision summary looks odd, RISC-V doesn't prefix registers with anything)

This revision was not accepted when it landed; it landed in state Needs Review.Dec 10 2019, 9:56 PM
This revision was automatically updated to reflect the committed changes.