On 8/7/21 11:41 AM, Warner Losh wrote:
bsd-user only builds x86 at the moment. Remove all non x86 code from elfload.c. We'll move the x86 code to {i386,x86_64}/target_arch_elf.h and bring it that support code from the forked bsd-user when the time comes.Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/elfload.c | 347 +-------------------------------------------- 1 file changed, 2 insertions(+), 345 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~