Module Name: pcc-libs
Committed By: gmcgarry
Date: Sun Jun 1 01:28:34 UTC 2008
Added Files:
pcc-libs/csu: README
pcc-libs/csu/darwin: Makefile common.c common.h macho.h
pcc-libs/csu/darwin/powerpc: crt0.c
Log Message:
C runtime for OS X on powerpc. Supports statically-compiled constructors,
unlike the one distributed with the system. Tested on OS X 10.4.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pcc-libs/csu/README
cvs rdiff -u -r0 -r1.1 pcc-libs/csu/darwin/Makefile \
pcc-libs/csu/darwin/common.c pcc-libs/csu/darwin/common.h \
pcc-libs/csu/darwin/macho.h
cvs rdiff -u -r0 -r1.1 pcc-libs/csu/darwin/powerpc/crt0.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.