]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/bsdload.c
bsd-user: remove a.out support
authorWarner Losh <imp@bsdimp.com>
Fri, 30 Apr 2021 14:17:23 +0000 (08:17 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commitffa03665532d0b995cf547637d54a6af16b741c7
tree1a33b44d73a94e370544922c9563e404a44da288
parent7ee0986965ca868476eeca1c661198cb5a8b3c29
bsd-user: remove a.out support

Remove still-born a.out support. The BSDs switched from a.out to ELF 20+ years
ago. It's out of scope for bsd-user, and what little support there was would
simply wind up at a not-implemented message. Simplify the whole mess by removing
it entirely. Should future support be required, it would be better to start from
scratch.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
bsd-user/bsdload.c
bsd-user/elfload.c
bsd-user/qemu.h