Actually set up hwcap AUX_* entries when available
authorjca <jca@openbsd.org>
Sun, 14 Jul 2024 11:14:29 +0000 (11:14 +0000)
committerjca <jca@openbsd.org>
Sun, 14 Jul 2024 11:14:29 +0000 (11:14 +0000)
commit242b8fde7751fdd8f82a116bcc742baadaf520f0
tree418b35bf1fb1e4ecea13566d1e5a4ebf89a530f4
parent7aed478bcee3012a6898733a2090c75808994cd5
Actually set up hwcap AUX_* entries when available

Erroneously dropped from the last elf_aux_info(3) diff I sent on tech@.
Lack of this chunk would affect arm64 and riscv64 as they're the two
architectures providing hwcap*.

Should have been ok kettenis@
sys/kern/exec_elf.c