qemu/bsd-user
Warner Losh 7ee0986965 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>
2021-09-10 14:13:06 -06:00
..
arm
freebsd
i386 bsd-user: move arch specific defines out of elfload.c 2021-09-10 14:12:59 -06:00
mips
mips64
netbsd
openbsd
x86_64 bsd-user: move arch specific defines out of elfload.c 2021-09-10 14:12:59 -06:00
bsd-mman.h
bsdload.c bsd-user: implement path searching 2021-09-10 14:13:06 -06:00
elfload.c bsd-user: Eliminate elf personality 2021-09-10 14:13:06 -06:00
errno_defs.h
main.c bsd-user: pass the bsd_param into loader_exec 2021-09-10 14:13:06 -06:00
meson.build
mmap.c bsd-user: style tweak: keyword space ( 2021-05-11 11:07:22 -06:00
qemu.h bsd-user: Eliminate elf personality 2021-09-10 14:13:06 -06:00
signal.c bsd-user: remove target_signal.h, it's unused 2021-05-11 13:52:34 -06:00
strace.c
syscall.c bsd-user: remove sparc and sparc64 2021-09-07 08:26:52 -06:00
syscall_defs.h
uaccess.c