Re: [PATCH v2 19/19] bsd-user: Eliminate USE_ELF_CORE_DUMP

2023-04-10 Thread Richard Henderson
On 4/10/23 11:20, Warner Losh wrote: It's enabled on all platforms (even in the fork), so we can remove it from here. Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_elf.h| 1 - bsd-user/elfcore.c| 3 --- bsd-user/elfload.c| 5 - bsd-user/i386

[PATCH v2 19/19] bsd-user: Eliminate USE_ELF_CORE_DUMP

2023-04-10 Thread Warner Losh
It's enabled on all platforms (even in the fork), so we can remove it from here. Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_elf.h| 1 - bsd-user/elfcore.c| 3 --- bsd-user/elfload.c| 5 - bsd-user/i386/target_arch_elf.h | 1 - bsd-user/x86_6