summary refs log tree commit diff stats
path: root/linux-user/arm/target_elf.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-07-29 09:33:51 -1000
committerRichard Henderson <richard.henderson@linaro.org>2025-08-30 07:04:04 +1000
commit71cc79a4a172d28638ad27a4e6327a4ce1bcdf2b (patch)
tree2e9edd56291248b6b34d03d665ce2acf356b1ea1 /linux-user/arm/target_elf.h
parent6e1c4ec4582814537c9a2b4700ff32da44fb27af (diff)
downloadfocaccia-qemu-71cc79a4a172d28638ad27a4e6327a4ce1bcdf2b.tar.gz
focaccia-qemu-71cc79a4a172d28638ad27a4e6327a4ce1bcdf2b.zip
linux-user: Move get_vdso_image_info to arm/elfload.c
Rename from vdso_image_info to avoid a symbol clash.
Define HAVE_VDSO_IMAGE_INFO to signal the external definition exists.
Provide fallback versions for other targets.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/arm/target_elf.h')
-rw-r--r--linux-user/arm/target_elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/arm/target_elf.h b/linux-user/arm/target_elf.h
index 5f81a43efb..19fdfa2f2c 100644
--- a/linux-user/arm/target_elf.h
+++ b/linux-user/arm/target_elf.h
@@ -14,6 +14,7 @@
 #define HAVE_ELF_HWCAP2         1
 #define HAVE_ELF_PLATFORM       1
 #define HAVE_ELF_CORE_DUMP      1
+#define HAVE_VDSO_IMAGE_INFO    1
 
 #define HI_COMMPAGE             ((intptr_t)0xffff0f00u)