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)
Sun, Jan 26, 3:43 PM
Unknown Object (File)
Tue, Jan 21, 12:52 PM
Unknown Object (File)
Thu, Jan 16, 3:38 AM
Unknown Object (File)
Sun, Jan 5, 3:38 PM
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
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