On 8/26/21 11:11 PM, i...@bsdimp.com wrote: > From: Warner Losh <i...@bsdimp.com> > > 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 <i...@bsdimp.com> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > bsd-user/bsdload.c | 9 +--- > bsd-user/elfload.c | 105 ++++++++------------------------------------- > bsd-user/qemu.h | 2 +- > 3 files changed, 21 insertions(+), 95 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>