rtld-elf: Add Add AT_HWCAP3 and AT_HWCAP4

Add the AT_HWCAP3 and AT_HWCAP4 format strings to auxfmt.

Reviewed by:	brooks, kib
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D51007
This commit is contained in:
Andrew Turner 2025-06-24 15:57:01 +01:00
parent fa1c23da01
commit 28fd9bceba

View file

@ -6485,6 +6485,10 @@ static const struct auxfmt {
AUXFMT(AT_KPRELOAD, "%p"),
AUXFMT(AT_USRSTACKBASE, "%#lx"),
AUXFMT(AT_USRSTACKLIM, "%#lx"),
/* AT_CHERI_STATS */
AUXFMT(AT_HWCAP3, "%#lx"),
AUXFMT(AT_HWCAP4, "%#lx"),
};
static bool