Module Name: src Committed By: joerg Date: Fri Aug 20 14:59:53 UTC 2010
Modified Files: src/sys/kern: exec_elf.c Log Message: Allow ELF objects with more than two PT_LOAD sections. Go creates such binaries by default with separate sections for executable, writeable data and constants. Use the same heuristic as FreeBSD to match up the text and data segment assumptions. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/kern/exec_elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.