diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2023-08-16 10:43:10 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2023-09-01 13:34:50 -0700 |
| commit | f6d45542424f07247c11d074f3504a9eeb79e21c (patch) | |
| tree | 64f1ac9ccd1ddf503c7f741587adc227f0c368bf /linux-user/qemu.h | |
| parent | 6467d9eb4923f71d83d41fb603f072b6446be402 (diff) | |
| download | focaccia-qemu-f6d45542424f07247c11d074f3504a9eeb79e21c.tar.gz focaccia-qemu-f6d45542424f07247c11d074f3504a9eeb79e21c.zip | |
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
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. Tested-by: Helge Deller <deller@gmx.de> Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/qemu.h')
| -rw-r--r-- | linux-user/qemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 4f8b55e2fb..12f638336a 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -30,7 +30,6 @@ struct image_info { abi_ulong start_data; abi_ulong end_data; abi_ulong brk; - abi_ulong start_mmap; abi_ulong start_stack; abi_ulong stack_limit; abi_ulong entry; |