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)
Thu, Mar 28, 9:30 AM
Unknown Object (File)
Feb 24 2024, 10:53 AM
Unknown Object (File)
Jan 1 2024, 4:43 AM
Unknown Object (File)
Dec 22 2023, 10:00 PM
Unknown Object (File)
Dec 11 2023, 4:16 AM
Unknown Object (File)
Sep 17 2023, 3:30 PM
Unknown Object (File)
Jul 10 2023, 11:48 PM
Unknown Object (File)
Apr 8 2023, 12:15 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