]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Remove ELF_HWCAP
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Aug 2025 23:05:41 +0000 (09:05 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Aug 2025 20:39:25 +0000 (06:39 +1000)
commit0dbb0ba870a11366b061905b1a06baa973b642d6
tree4f1bcbd08c82426282e10c511ecb2f6571a85467
parent50e59ad0b7b1c71e858939504a749bf1a1313e2e
linux-user: Remove ELF_HWCAP

All real definitions of ELF_HWCAP are now identical, and the stub
definitions are 0.  Provide zero stub as a fallback definition.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c