From: Paul Floyd Date: Wed, 17 Sep 2025 07:29:18 +0000 (+0200) Subject: FreeBSD regtest: updaus auxv test for new AT_* values added for FreeBSD 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b72730dc84c82bd83004b93ba68973143fc2bedc;p=thirdparty%2Fvalgrind.git FreeBSD regtest: updaus auxv test for new AT_* values added for FreeBSD 15 They don't seem to be used on amd64 though. --- diff --git a/none/tests/freebsd/auxv.c b/none/tests/freebsd/auxv.c index c49e606ea..6712053da 100644 --- a/none/tests/freebsd/auxv.c +++ b/none/tests/freebsd/auxv.c @@ -48,7 +48,10 @@ Elf_AuxStr aux_map[] = { {"AT_KPRELOAD", 34}, {"AT_USRSTACKBASE", 35}, {"AT_USRSTACKLIM", 36}, -// {"AT_COUNT", 37}, + {"AT_CHERI_STATS", 37}, + {"AT_HWCAP3", 38}, + {"AT_HWCAP4", 39}, +// {"AT_COUNT", 40}, }; int main(int argc, char* argv[], char* envp[])