Page MenuHomeFreeBSD

riscv: Don't set __NO_TLS to disable some uses of TLS.
ClosedPublic

Authored by jhb on Feb 16 2021, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 3 2024, 5:21 AM
Unknown Object (File)
Oct 3 2024, 12:47 AM
Unknown Object (File)
Oct 2 2024, 5:30 PM
Unknown Object (File)
Oct 1 2024, 6:16 AM
Unknown Object (File)
Sep 30 2024, 11:59 PM
Unknown Object (File)
Sep 26 2024, 4:23 AM
Unknown Object (File)
Sep 18 2024, 3:51 PM
Unknown Object (File)
Sep 12 2024, 6:40 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37063
Build 33952: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Feb 16 2021, 6:52 PM

MIPS should work fine too, and PowerPC64 ELFv1 really needs a comment saying why TLS is broken (and what it would take to remove this hack), though I'm unconvinced it is given that e.g. jemalloc doesn't die a horrible death.

This revision is now accepted and ready to land.Feb 16 2021, 8:25 PM

MIPS is in another review as a child of this. I'll leave it to the ppc folks to look at that one: PowerPC.

Same comment I had on the mips review: why is this no longer needed? is a question that the commit message should answer, imho.