diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-27 21:23:05 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-28 06:39:25 +1000 |
| commit | 48004ab0586ba01387efc37e7ada26607a1c183e (patch) | |
| tree | 6a1ad336fca1b6245ae6d2f32bf881fe529a2487 /linux-user/mips/target_elf.h | |
| parent | 184e74b236df9ad42ddbf92011713259cd17caf1 (diff) | |
| download | focaccia-qemu-48004ab0586ba01387efc37e7ada26607a1c183e.tar.gz focaccia-qemu-48004ab0586ba01387efc37e7ada26607a1c183e.zip | |
linux-user: Move get_elf_hwcap to mips/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/mips/target_elf.h')
| -rw-r--r-- | linux-user/mips/target_elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/mips/target_elf.h b/linux-user/mips/target_elf.h index febf710c7a..877f8347d7 100644 --- a/linux-user/mips/target_elf.h +++ b/linux-user/mips/target_elf.h @@ -8,4 +8,6 @@ #ifndef MIPS_TARGET_ELF_H #define MIPS_TARGET_ELF_H +#define HAVE_ELF_HWCAP 1 + #endif |