Re: [PATCH 1/3] bsd-user: Remove ELF_START_MMAP and image_info.start_mmap

2023-08-18 Thread Warner Losh
On Fri, Aug 18, 2023 at 11:57 AM Richard Henderson < richard.hender...@linaro.org> wrote: > The start_mmap value is write-only. > Remove the field and the defines that populated it. > > Signed-off-by: Richard Henderson > Reviewed-by: Warner Losh This one won't interfere with anything, but unle

[PATCH 1/3] bsd-user: Remove ELF_START_MMAP and image_info.start_mmap

2023-08-18 Thread Richard Henderson
The start_mmap value is write-only. Remove the field and the defines that populated it. Signed-off-by: Richard Henderson --- bsd-user/arm/target_arch_elf.h| 1 - bsd-user/i386/target_arch_elf.h | 1 - bsd-user/qemu.h | 1 - bsd-user/x86_64/target_arch_elf.h | 1 - bsd-use