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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user