qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for 6.2 13/49] bsd-user: Eliminate elf personality


From: Richard Henderson
Subject: Re: [PATCH for 6.2 13/49] bsd-user: Eliminate elf personality
Date: Sat, 7 Aug 2021 19:12:45 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/7/21 11:42 AM, Warner Losh wrote:
The linux kernel supports a number of different ELF binaries. The Linux userland
emulator inheritted some of that. And we inheritted it from there. However, for
BSD there's only one kind of ELF file supported per platform, so there's no need
to cope with historical quirks. Simply the code as a result.

Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/elfload.c | 87 ----------------------------------------------
  bsd-user/qemu.h    |  1 -
  2 files changed, 88 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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