qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 12/43] bsd-user: remove a.out support


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 12/43] bsd-user: remove a.out support
Date: Fri, 27 Aug 2021 06:27:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/26/21 11:11 PM, imp@bsdimp.com wrote:
> From: Warner Losh <imp@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 <imp@bsdimp.com>
> Reviewed-by: Richard Henderson <richard.henderson@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é <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]