Re: [PATCH 1/2] linux-user: Introduce stubs for ELF AT_BASE_PLATFORM

2022-08-01 Thread Philippe Mathieu-Daudé via
On 1/8/22 22:09, Jiaxun Yang wrote: AT_BASE_PLATFORM is a elf auxiliary vector pointing to a string to pass some architecture information. We can be more specific. "See getauxval(3) man-page." Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Jiaxun Yang --- linux-user/elfload.c | 29 +

[PATCH 1/2] linux-user: Introduce stubs for ELF AT_BASE_PLATFORM

2022-08-01 Thread Jiaxun Yang
AT_BASE_PLATFORM is a elf auxiliary vector pointing to a string to pass some architecture information. Signed-off-by: Jiaxun Yang --- linux-user/elfload.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.