From a9f495b93f1497ced94dbe51ebb733537e0fa1ab Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 6 Jul 2021 09:55:12 -0700 Subject: linux-user/arm: Add vdso Signed-off-by: Richard Henderson --- linux-user/arm/vdso-asmoffset.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux-user/arm/vdso-asmoffset.h (limited to 'linux-user/arm/vdso-asmoffset.h') diff --git a/linux-user/arm/vdso-asmoffset.h b/linux-user/arm/vdso-asmoffset.h new file mode 100644 index 0000000000..252a95c46e --- /dev/null +++ b/linux-user/arm/vdso-asmoffset.h @@ -0,0 +1,3 @@ +/* offsetof(struct sigframe, retcode[3]) */ +#define SIGFRAME_RC3_OFFSET 756 +#define RT_SIGFRAME_RC3_OFFSET 884 -- cgit 1.4.1