00cc2934b2
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>
5 lines
176 B
Meson
5 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)
|