Re: [PULL 09/21] linux-user: Add gen-vdso tool

2023-11-02 Thread Peter Maydell
On Mon, 30 Oct 2023 at 21:19, Richard Henderson wrote: > > This tool will be used for post-processing the linked vdso image, > turning it into something that is easy to include into elfload.c. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Hi; Coverity complains abou

[PULL 09/21] linux-user: Add gen-vdso tool

2023-10-30 Thread Richard Henderson
This tool will be used for post-processing the linked vdso image, turning it into something that is easy to include into elfload.c. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/gen-vdso.c | 223 linux-user/gen-vdso-elfn.c.