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.
Showing
src/env/__libc_csu_fini.c
已删除
100644 → 0
src/env/__libc_csu_init.c
已删除
100644 → 0
想要评论请 注册 或 登录