Page MenuHomeFreeBSD

[PowerPC] Enable TLS usage in system libraries on ELFv2.
ClosedPublic

Authored by bdragon on Nov 23 2019, 10:31 PM.
Referenced Files
F103108644: D22524.id.diff
Thu, Nov 21, 2:54 AM
Unknown Object (File)
Tue, Nov 19, 7:33 AM
Unknown Object (File)
Thu, Nov 14, 10:58 PM
Unknown Object (File)
Oct 18 2024, 8:39 AM
Unknown Object (File)
Oct 17 2024, 8:26 AM
Unknown Object (File)
Oct 16 2024, 5:20 AM
Unknown Object (File)
Oct 16 2024, 2:58 AM
Unknown Object (File)
Oct 15 2024, 4:56 AM
Subscribers

Details

Summary

TLS on powerpc64 works fine on a modern compiler, as far as I can tell.

Switching over will cause a glitch though -- you need to run installworld twice because grep will start crashing halfway through on the first run due to RuneLocale. A second installworld cleans this up though.

As such, we may want to do this one during ELFv2 flag day.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 29 2019, 1:57 PM

I'm running with this patch for a while and found no side effects.