diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2023-08-14 18:56:17 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2023-10-30 13:41:56 -0700 |
| commit | b63c6b97f8f5d357f383d8227316733c758c7ddd (patch) | |
| tree | f36510ae04e3e3a1eccbfa849cc30faccd582734 /linux-user/elfload.c | |
| parent | ba02f1ea63baf262dae1d58cc3d2c577bea2c429 (diff) | |
| download | focaccia-qemu-b63c6b97f8f5d357f383d8227316733c758c7ddd.tar.gz focaccia-qemu-b63c6b97f8f5d357f383d8227316733c758c7ddd.zip | |
linux-user/s390x: Add vdso
Acked-by: Thomas Huth <thuth@redhat.com> 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 26602516aa..a1583883fa 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -1894,6 +1894,8 @@ static void elf_core_copy_regs(target_elf_gregset_t *regs, #define USE_ELF_CORE_DUMP #define ELF_EXEC_PAGESIZE 4096 +#define VDSO_HEADER "vdso.c.inc" + #endif /* TARGET_S390X */ #ifdef TARGET_RISCV |