qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for 6.2 05/49] bsd-user: move arch specific defines out of el


From: Richard Henderson
Subject: Re: [PATCH for 6.2 05/49] bsd-user: move arch specific defines out of elfload.c
Date: Sat, 7 Aug 2021 18:35:18 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/7/21 11:41 AM, Warner Losh wrote:
Move the arcitecture specific defines to target_arch_elf.h and delete them from
elfload.c. unifdef as appropriate for i386 vs x86_64 versions.

Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/elfload.c                | 81 +------------------------------
  bsd-user/i386/target_arch_elf.h   | 54 +++++++++++++++++++++
  bsd-user/x86_64/target_arch_elf.h | 41 ++++++++++++++++
  3 files changed, 97 insertions(+), 79 deletions(-)
  create mode 100644 bsd-user/i386/target_arch_elf.h
  create mode 100644 bsd-user/x86_64/target_arch_elf.h

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

r~



reply via email to

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