blob: 24890d2ef10d73fbfec1cf327f12375656972170 [file] [log] [blame]
Chris Lattner1641df42003-08-15 02:35:13 +00001This directory contains libraries which are used when building the GCC
2front-end. For the most part, these are just stub libraries, but some
3of them contain actual code.
4
5In particular, the crtend library contains the runtime code to handle
6static constructors and destructors for C and C++ programs.
7