Module Name: src Committed By: pgoyette Date: Wed Nov 4 20:54:20 UTC 2020
Modified Files: src/sys/compat/netbsd32: netbsd32_core.c src/sys/modules/compat_netbsd32_coredump: Makefile Log Message: Use opt_execfmt.h to get build options. Only include elf32 hooks if we have elf32 defined and elf32 is not the "native" emulation. This allows for having compat_netbsd32 without elf32 (although it's probably not too useful), and also enables arm's old-ABI usage of compat_netbsd32. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/compat/netbsd32/netbsd32_core.c cvs rdiff -u -r1.1 -r1.2 src/sys/modules/compat_netbsd32_coredump/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.