mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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:
parent
fa1c23da01
commit
28fd9bceba
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue