mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-23 16:08:41 -07:00
linux-user/aarch64: Add vdso
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
6b1a9d38b5
commit
ee95fae075
8 changed files with 176 additions and 0 deletions
|
|
@ -944,6 +944,12 @@ const char *elf_hwcap2_str(uint32_t bit)
|
|||
|
||||
#undef GET_FEATURE_ID
|
||||
|
||||
#if TARGET_BIG_ENDIAN
|
||||
# define VDSO_HEADER "vdso-be.c.inc"
|
||||
#else
|
||||
# define VDSO_HEADER "vdso-le.c.inc"
|
||||
#endif
|
||||
|
||||
#endif /* not TARGET_AARCH64 */
|
||||
#endif /* TARGET_ARM */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue