summary refs log tree commit diff stats
path: root/linux-user/ppc/vdso.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: spelling fixes: othe, necesaryMichael Tokarev2023-11-151-1/+1
| | | | | | | Fixes: e34136d93059 "linux-user/ppc: Add vdso" Fixes: 86f04735ac20 "linux-user: Fix brk() to release pages" Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* linux-user/ppc: Add vdsoRichard Henderson2023-10-301-0/+239
Add support in gen-vdso-elfn.c.inc for the DT_PPC64_OPT dynamic tag: this is an integer, so does not need relocation. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>