Page MenuHomeFreeBSD

powerpc: enable initial-exec TLS
ClosedPublic

Authored by pkubaj on Feb 18 2022, 1:24 PM.
Tags
None
Referenced Files
F102463319: D34315.diff
Tue, Nov 12, 3:35 PM
Unknown Object (File)
Tue, Nov 5, 4:00 AM
Unknown Object (File)
Tue, Oct 29, 5:06 AM
Unknown Object (File)
Tue, Oct 15, 12:36 PM
Unknown Object (File)
Oct 4 2024, 3:08 PM
Unknown Object (File)
Oct 1 2024, 12:50 AM
Unknown Object (File)
Sep 30 2024, 8:04 PM
Unknown Object (File)
Sep 30 2024, 4:15 PM

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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44495
Build 41383: arc lint + arc unit

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.