diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-27 21:28:05 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-28 06:39:25 +1000 |
| commit | 92c9983c06fa0a55f120c71dda03e38d5220fccc (patch) | |
| tree | 81347d34eb6cec0a24c4b03637b4707693365646 /linux-user/sh4/target_elf.h | |
| parent | 48004ab0586ba01387efc37e7ada26607a1c183e (diff) | |
| download | focaccia-qemu-92c9983c06fa0a55f120c71dda03e38d5220fccc.tar.gz focaccia-qemu-92c9983c06fa0a55f120c71dda03e38d5220fccc.zip | |
linux-user: Move get_elf_hwcap to sh4/elfload.c
Change the return type to abi_ulong, and pass in the cpu. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/sh4/target_elf.h')
| -rw-r--r-- | linux-user/sh4/target_elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/sh4/target_elf.h b/linux-user/sh4/target_elf.h index d17011bd75..badd0f5371 100644 --- a/linux-user/sh4/target_elf.h +++ b/linux-user/sh4/target_elf.h @@ -8,4 +8,6 @@ #ifndef SH4_TARGET_ELF_H #define SH4_TARGET_ELF_H +#define HAVE_ELF_HWCAP 1 + #endif |