mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Requires a relatively recent binutils version in order to avoid spurious R_LARCH_NONE relocations. The presence of these relocs are diagnosed by our gen-vdso tool. Tested-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
4 lines
176 B
Meson
4 lines
176 B
Meson
vdso_inc = gen_vdso.process('vdso.so',
|
|
extra_args: ['-r', '__vdso_rt_sigreturn'])
|
|
|
|
linux_user_ss.add(when: 'TARGET_LOONGARCH64', if_true: vdso_inc)
|