Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-21 | remove __libc_csu_* cruft | Rich Felker | 1 | -5/+0 | |
these functions were mistakenly assumed to be needed to match glibc ABI, but glibc has them as part of the non-shared part of libc that's always statically linked into the main program. moreover, the only place they are referenced from is glibc's crt1.o. | |||||
2011-04-06 | add startup abi functions, dummy for now. eventually needed for c++ support. | Rich Felker | 1 | -0/+5 | |