Page MenuHomeFreeBSD

Add AT_HWCAP / AT_HWCAP2 to elf64_sysvec_v2.
ClosedPublic

Authored by bdragon on Dec 16 2018, 5:37 AM.
Referenced Files
Unknown Object (File)
Tue, Jul 21, 1:06 AM
Unknown Object (File)
Sun, Jul 19, 8:49 PM
Unknown Object (File)
Sun, Jul 19, 5:02 PM
Unknown Object (File)
Sat, Jul 18, 2:30 PM
Unknown Object (File)
Thu, Jul 9, 7:26 PM
Unknown Object (File)
Jul 3 2026, 5:59 AM
Unknown Object (File)
Jul 2 2026, 8:39 PM
Unknown Object (File)
Jun 28 2026, 7:51 AM
Subscribers

Details

Summary

I was working on implementing ifuncs on powerpc64 elfv2 today, and I suddenly realized that the reason I was having so much trouble with AT_HWCAP and AT_HWCAP2 is they are missing from the sysentvec.

After adding them, the auxv is being filled like it should.

Diff Detail

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