aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/x86_64
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-08-18 10:57:34 -0700
committerWarner Losh <imp@bsdimp.com>2023-08-28 12:16:18 -0600
commit935f1dd8181b757e6eff83522d85b0a2b84c27c5 (patch)
tree6cfa910b77fd05725c5a60f1905324a6bd1ebdca /bsd-user/x86_64
parent50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4 (diff)
downloadqemu-935f1dd8181b757e6eff83522d85b0a2b84c27c5.zip
qemu-935f1dd8181b757e6eff83522d85b0a2b84c27c5.tar.gz
qemu-935f1dd8181b757e6eff83522d85b0a2b84c27c5.tar.bz2
bsd-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. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230818175736.144194-2-richard.henderson@linaro.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Warner Losh <imp@bsdimp.com>
Diffstat (limited to 'bsd-user/x86_64')
-rw-r--r--bsd-user/x86_64/target_arch_elf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-user/x86_64/target_arch_elf.h b/bsd-user/x86_64/target_arch_elf.h
index b244711..e51c2fa 100644
--- a/bsd-user/x86_64/target_arch_elf.h
+++ b/bsd-user/x86_64/target_arch_elf.h
@@ -20,7 +20,6 @@
#ifndef TARGET_ARCH_ELF_H
#define TARGET_ARCH_ELF_H
-#define ELF_START_MMAP 0x2aaaaab000ULL
#define ELF_ET_DYN_LOAD_ADDR 0x01021000
#define elf_check_arch(x) (((x) == ELF_ARCH))