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)
Fri, Apr 24, 7:02 AM
Unknown Object (File)
Tue, Apr 21, 12:35 PM
Unknown Object (File)
Mon, Apr 20, 4:57 PM
Unknown Object (File)
Mon, Apr 20, 8:03 AM
Unknown Object (File)
Sat, Apr 18, 7:08 PM
Unknown Object (File)
Sat, Apr 18, 3:49 AM
Unknown Object (File)
Fri, Apr 17, 7:52 PM
Unknown Object (File)
Thu, Apr 16, 1:42 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