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

2021-08-07 Thread Richard Henderson
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 --- bsd-user/elfload.c| 81 +-- bsd-user

[PATCH for 6.2 05/49] bsd-user: move arch specific defines out of elfload.c

2021-08-07 Thread Warner Losh
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 --- bsd-user/elfload.c| 81 +-- bsd-user/i386/target_arch_elf.h | 54 +++