Module Name: src Committed By: matt Date: Tue Feb 8 02:02:26 UTC 2011
Added Files: src/lib/csu/arch/powerpc: Makefile.inc crt0.S crtbegin.S crtend.S crti.S crtn.S Log Message: First pass at new crtstuff for powerpc. Doesn't quite work yet (obj parameter to ___start seems to get corrupted sometimes) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/powerpc/Makefile.inc \ src/lib/csu/arch/powerpc/crt0.S src/lib/csu/arch/powerpc/crtbegin.S \ src/lib/csu/arch/powerpc/crtend.S src/lib/csu/arch/powerpc/crti.S \ src/lib/csu/arch/powerpc/crtn.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.