Richard Henderson writes:
> On 9/4/23 08:00, Alex Bennée wrote:
>> Due to the b4 dropping the vdso.so in the patch this fails:
>>Program build-vdso.sh found: YES
>> (/home/alex/lsrc/qemu.git/linux-user/build-vdso.sh)
>>../../linux-user/s390x/meson.build:24:0: ERROR: File vdso.so does no
On 6/9/23 19:56, Richard Henderson wrote:
On 9/4/23 08:00, Alex Bennée wrote:
Due to the b4 dropping the vdso.so in the patch this fails:
Program build-vdso.sh found: YES
(/home/alex/lsrc/qemu.git/linux-user/build-vdso.sh)
../../linux-user/s390x/meson.build:24:0: ERROR: File vdso.so does
On 9/4/23 08:00, Alex Bennée wrote:
Due to the b4 dropping the vdso.so in the patch this fails:
Program build-vdso.sh found: YES
(/home/alex/lsrc/qemu.git/linux-user/build-vdso.sh)
../../linux-user/s390x/meson.build:24:0: ERROR: File vdso.so does not exist.
A full log can be found at
Richard Henderson writes:
> Signed-off-by: Richard Henderson
> ---
> linux-user/s390x/vdso-asmoffset.h | 2 +
> linux-user/elfload.c | 3 ++
> linux-user/s390x/signal.c | 4 +-
> linux-user/s390x/meson.build | 24 +++
> linux-user/s390x/vdso.S
Signed-off-by: Richard Henderson
---
linux-user/s390x/vdso-asmoffset.h | 2 +
linux-user/elfload.c | 3 ++
linux-user/s390x/signal.c | 4 +-
linux-user/s390x/meson.build | 24 +++
linux-user/s390x/vdso.S | 61 ++
linux-us