Re: [PATCH for 6.2 14/49] bsd-user: remove a.out support

2021-08-07 Thread Richard Henderson
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 f

[PATCH for 6.2 14/49] bsd-user: remove a.out support

2021-08-07 Thread Warner Losh
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 be