Module Name: src Committed By: drochner Date: Mon Mar 22 22:10:10 UTC 2010
Modified Files: src/sys/kern: exec_elf.c Log Message: When choosing the start address of a dynamic (ie relocatable) executable, respect the alignment in the ELF phdr. Also, for correctness, use the maximum alignment of the PT_LOAD sections rather than just the first one found. Also, use more meaningful types. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 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.