From: Rich Felker Date: Sun, 21 Jul 2013 07:34:31 +0000 (-0400) Subject: remove __libc_csu_* cruft X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=3edfd07073dd145124e15c80ea0276cd52c9909a;hp=3edfd07073dd145124e15c80ea0276cd52c9909a remove __libc_csu_* cruft 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. ---