Module Name: src Committed By: cherry Date: Fri Mar 14 17:45:38 UTC 2014
Modified Files: src/sys/arch/ia64/ia64: machdep.c Log Message: Tweak the argument order passed to the elf executable entry point (usually "__start"), so as to make call to the C function ___start() easier from assembler. We setup the memory stack frame for ___start(), before calling it. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/ia64/ia64/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.