add bits/hwcap.h and include it in sys/auxv.h
aarch64, arm, mips, mips64, mipsn32, powerpc, powerpc64 and sh have cpu feature bits defined in linux for AT_HWCAP auxv entry, so expose those in sys/auxv.h it seems the mips hwcaps were never exposed to userspace neither by linux nor by glibc, but that's most likely an oversight.
Showing
arch/aarch64/bits/hwcap.h
0 → 100644
arch/arm/bits/hwcap.h
0 → 100644
arch/generic/bits/hwcap.h
0 → 100644
arch/mips/bits/hwcap.h
0 → 100644
arch/mips64/bits/hwcap.h
0 → 100644
arch/mipsn32/bits/hwcap.h
0 → 100644
arch/powerpc/bits/hwcap.h
0 → 100644
arch/powerpc64/bits/hwcap.h
0 → 100644
arch/sh/bits/hwcap.h
0 → 100644
想要评论请 注册 或 登录