On 8/7/21 11:42 AM, Warner Losh wrote:
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<[email protected]>
---
  bsd-user/bsdload.c |   9 +---
  bsd-user/elfload.c | 105 ++++++++-------------------------------------
  bsd-user/qemu.h    |   2 +-
  3 files changed, 21 insertions(+), 95 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to