Module Name: src Committed By: snj Date: Wed Dec 3 23:02:24 UTC 2014
Modified Files: src/sys/arch/macppc/macppc [netbsd-7]: locore.S src/sys/arch/ofppc/ofppc [netbsd-7]: locore.S Log Message: Pull up following revision(s) (requested by chs in ticket #291): sys/arch/ofppc/ofppc/locore.S: revision 1.49 sys/arch/macppc/macppc/locore.S: revision 1.72 in the initial asm code, save the interesting caller-saved registers (containing "arg" and "len") across function calls to C code. fixes kernels built with gcc 4.8. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.71.10.1 src/sys/arch/macppc/macppc/locore.S cvs rdiff -u -r1.48 -r1.48.28.1 src/sys/arch/ofppc/ofppc/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.