summary refs log tree commit diff stats
path: root/linux-user/gen-vdso.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: Add gen-vdso toolRichard Henderson2023-10-301-0/+223
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é <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>