Page MenuHomeFreeBSD

powerpc: enable initial-exec TLS
ClosedPublic

Authored by pkubaj on Feb 18 2022, 1:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 10 2024, 2:32 PM
Unknown Object (File)
Mar 10 2024, 2:32 PM
Unknown Object (File)
Mar 7 2024, 8:41 PM
Unknown Object (File)
Mar 7 2024, 8:28 PM
Unknown Object (File)
Mar 7 2024, 6:37 PM
Unknown Object (File)
Jan 14 2024, 7:11 AM
Unknown Object (File)
Dec 27 2023, 10:49 AM
Unknown Object (File)
Dec 23 2023, 12:07 AM

Details

Summary

Use initial-exec, like other architectures.

While here, switch MACHINE_ARCH in lib/libc/Makefile to LIBC_ARCH and consistently use powerpc.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Feb 22 2022, 5:06 PM
emaste added inline comments.
lib/libc/Makefile
35

Is this just for consistency?

I should add a comment explaining this conditional - I wondered where this came from, and was surprised to find I added it in 0f61170882cb39a3fa4b76bcfc9c8acd2404a2da :)

I will do that after your commit though.

lib/libc/Makefile
35

Yes, since it's only for consistency and doesn't actually change anything.

This revision was automatically updated to reflect the committed changes.