Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/csu



Module Name:    src
Committed By:   matt
Date:           Sat Jun 22 02:37:09 UTC 2013

Modified Files:
        src/lib/csu/common: Makefile.inc
Added Files:
        src/lib/csu/arch/mips: Makefile.inc crt0.S crtbegin.h crtend.S crti.S
            crtn.S
        src/lib/csu/common: crtbegin.c

Log Message:
Add a common crtbegin.c file and use a machine dependent crtbegin.h to
fill in .init/.fini.
Add mips support for USE_COMPILERCRTSTUFF=no (compiled only)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/mips/Makefile.inc \
    src/lib/csu/arch/mips/crt0.S src/lib/csu/arch/mips/crtbegin.h \
    src/lib/csu/arch/mips/crtend.S src/lib/csu/arch/mips/crti.S \
    src/lib/csu/arch/mips/crtn.S
cvs rdiff -u -r1.8 -r1.9 src/lib/csu/common/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/csu/common/crtbegin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index