summary refs log tree commit diff stats
path: root/bsd-user/qemu.h
diff options
context:
space:
mode:
authorWarner Losh <imp@bsdimp.com>2021-04-29 22:25:36 -0600
committerWarner Losh <imp@bsdimp.com>2021-09-10 14:13:06 -0600
commit7ee0986965ca868476eeca1c661198cb5a8b3c29 (patch)
tree8e99d28ae0d4ee4a07b4bdb9b80c2f9331b53173 /bsd-user/qemu.h
parent1b50ff64a52b08bebb17d947eb95c18ba88fa20f (diff)
downloadfocaccia-qemu-7ee0986965ca868476eeca1c661198cb5a8b3c29.tar.gz
focaccia-qemu-7ee0986965ca868476eeca1c661198cb5a8b3c29.zip
bsd-user: Eliminate elf personality
The linux kernel supports a number of different ELF binaries. The Linux userland
emulator inheritted some of that. And we inheritted it from there. However, for
BSD there's only one kind of ELF file supported per platform, so there's no need
to cope with historical quirks. Simply the code as a result.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r--bsd-user/qemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 6b601ce4b5..e85c164bab 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -66,7 +66,6 @@ struct image_info {
     abi_ulong entry;
     abi_ulong code_offset;
     abi_ulong data_offset;
-    int       personality;
 };
 
 #define MAX_SIGQUEUE_SIZE 1024