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

2022-09-27 Thread Laurent Vivier
Le 03/08/2022 à 12:30, Jiaxun Yang a écrit : AT_BASE_PLATFORM is a elf auxiliary vector pointing to a string to pass some architecture information. See getauxval(3) man-page. Signed-off-by: Jiaxun Yang Reviewed-by: Philippe Mathieu-Daudé --- linux-user/elfload.c | 29

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

2022-08-03 Thread Jiaxun Yang
AT_BASE_PLATFORM is a elf auxiliary vector pointing to a string to pass some architecture information. See getauxval(3) man-page. Signed-off-by: Jiaxun Yang Reviewed-by: Philippe Mathieu-Daudé --- linux-user/elfload.c | 29 +++-- 1 file changed, 27 insertions(+), 2 delet