|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap |
Date: | Thu, 17 Aug 2023 11:00:18 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 |
On 16/8/23 20:14, Richard Henderson wrote:
The start_mmap value is write-only. Remove the field and the defines that populated it. Logically, this has been replaced by task_unmapped_base. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- linux-user/qemu.h | 1 - linux-user/elfload.c | 38 -------------------------------------- 2 files changed, 39 deletions(-)
Can we squash similar removal in bsd-user? Either that or in a different patch: Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |