hanchenye-llvm-project/llvm/runtime/GCCLibraries
Chris Lattner d3c36c9641 crtend is only for llvm-gcc3, remove it.
llvm-svn: 34529
2007-02-23 19:34:09 +00:00
..
libc Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
libgcc Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
libm Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
Makefile crtend is only for llvm-gcc3, remove it. 2007-02-23 19:34:09 +00:00
README.txt Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00

README.txt

This directory contains libraries which are used when building the GCC 
front-end.  For the most part, these are just stub libraries, but some 
of them contain actual code.

In particular, the crtend library contains the runtime code to handle
static constructors and destructors for C and C++ programs.