diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2021-06-17 14:39:14 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2023-10-30 13:41:55 -0700 |
| commit | 6b1a9d38b570d6b2812711cfadb6eb60ed3a709d (patch) | |
| tree | 49ffd6a20950060cb6371cfff337de35917a52a8 /linux-user/elfload.c | |
| parent | a1367443bac790c8385aca008f4b3bf9eaa8c137 (diff) | |
| download | focaccia-qemu-6b1a9d38b570d6b2812711cfadb6eb60ed3a709d.tar.gz focaccia-qemu-6b1a9d38b570d6b2812711cfadb6eb60ed3a709d.zip | |
linux-user/x86_64: Add vdso
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/elfload.c')
| -rw-r--r-- | linux-user/elfload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 46f73a4166..62a33481e1 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -318,10 +318,10 @@ static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUX86State *en } \ } while (0) -#define VDSO_HEADER "vdso.c.inc" - #endif /* TARGET_X86_64 */ +#define VDSO_HEADER "vdso.c.inc" + #define USE_ELF_CORE_DUMP #define ELF_EXEC_PAGESIZE 4096 |