mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
linux-user/x86_64: Add vdso
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a1367443ba
commit
6b1a9d38b5
6 changed files with 168 additions and 2 deletions
|
@ -3,3 +3,7 @@ syscall_nr_generators += {
|
|||
arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
|
||||
output: '@BASENAME@_nr.h')
|
||||
}
|
||||
|
||||
vdso_inc = gen_vdso.process('vdso.so')
|
||||
|
||||
linux_user_ss.add(when: 'TARGET_X86_64', if_true: vdso_inc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue