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)
Oct 17 2024, 10:20 PM
Unknown Object (File)
Oct 4 2024, 12:51 PM
Unknown Object (File)
Sep 24 2024, 12:09 AM
Unknown Object (File)
Sep 14 2024, 11:19 AM
Unknown Object (File)
Sep 7 2024, 6:58 PM
Unknown Object (File)
Sep 7 2024, 6:50 PM
Unknown Object (File)
Sep 7 2024, 6:07 PM
Unknown Object (File)
Aug 19 2024, 1:19 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