]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/ppc: Add vdso
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 15 Aug 2023 00:58:55 +0000 (17:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Oct 2023 20:41:56 +0000 (13:41 -0700)
commite34136d93059ddd4a5e186b62282fccf27c3e9d0
tree918b4228f511d5b92dd352c159dfaa8eb8e36683
parent00cc2934b2f02c469bd28cae0f1ac09e289a5ae9
linux-user/ppc: Add vdso

Add support in gen-vdso-elfn.c.inc for the DT_PPC64_OPT
dynamic tag: this is an integer, so does not need relocation.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
12 files changed:
linux-user/elfload.c
linux-user/gen-vdso-elfn.c.inc
linux-user/ppc/Makefile.vdso [new file with mode: 0644]
linux-user/ppc/meson.build
linux-user/ppc/signal.c
linux-user/ppc/vdso-32.ld [new file with mode: 0644]
linux-user/ppc/vdso-32.so [new file with mode: 0755]
linux-user/ppc/vdso-64.ld [new file with mode: 0644]
linux-user/ppc/vdso-64.so [new file with mode: 0755]
linux-user/ppc/vdso-64le.so [new file with mode: 0755]
linux-user/ppc/vdso-asmoffset.h [new file with mode: 0644]
linux-user/ppc/vdso.S [new file with mode: 0644]