Module Name: src Committed By: maxv Date: Tue Jun 24 11:59:11 UTC 2014
Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL src/sys/compat/freebsd: freebsd_exec_elf32.c Log Message: Remove dead code. The kernel already checks for PT_INTERP sections, and puts their content into "itp". There's no need for re-reading the whole binary and trying to find this section again. Just use "itp". DEBUG_FREEBSD_ELF is now unused, so remove its references in amd64/conf/ALL and i386/conf/ALL. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.376 -r1.377 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.17 -r1.18 src/sys/compat/freebsd/freebsd_exec_elf32.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.